test: Remove tabs from trace test
These cause U-Boot to print a list of available commands. It doesn't break the test, but it is best to remove them from the output. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
		
							parent
							
								
									8969ea3e9f
								
							
						
					
					
						commit
						07b342783a
					
				|  | @ -27,17 +27,17 @@ build_uboot() { | ||||||
| run_trace() { | run_trace() { | ||||||
| 	echo "Run trace" | 	echo "Run trace" | ||||||
| 	./${OUTPUT_DIR}/u-boot <<END | 	./${OUTPUT_DIR}/u-boot <<END | ||||||
| 	trace stats | trace stats | ||||||
| 	hash sha256 0 10000 | hash sha256 0 10000 | ||||||
| 	trace pause | trace pause | ||||||
| 	trace stats | trace stats | ||||||
| 	hash sha256 0 10000 | hash sha256 0 10000 | ||||||
| 	trace stats | trace stats | ||||||
| 	trace resume | trace resume | ||||||
| 	hash sha256 0 10000 | hash sha256 0 10000 | ||||||
| 	trace pause | trace pause | ||||||
| 	trace stats | trace stats | ||||||
| 	reset | reset | ||||||
| END | END | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue