From: Simon Glass Date: Sun, 14 Sep 2014 18:40:16 +0000 (-0600) Subject: test: Remove tabs from trace test X-Git-Tag: v2014.10-rc3~44 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=07b342783a11bc56c38207006b5ad9d70ca3c863;p=u-boot 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 --- diff --git a/test/trace/test-trace.sh b/test/trace/test-trace.sh index aa02f09475..973063c397 100755 --- a/test/trace/test-trace.sh +++ b/test/trace/test-trace.sh @@ -27,17 +27,17 @@ build_uboot() { run_trace() { echo "Run trace" ./${OUTPUT_DIR}/u-boot <