]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
test: Remove tabs from trace test
authorSimon Glass <sjg@chromium.org>
Sun, 14 Sep 2014 18:40:16 +0000 (12:40 -0600)
committerTom Rini <trini@ti.com>
Wed, 24 Sep 2014 22:30:28 +0000 (18:30 -0400)
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>
test/trace/test-trace.sh

index aa02f09475775408024926b5dbbbd005b6d8b243..973063c39780998f73cf25d19af3ffb980feb2e6 100755 (executable)
@@ -27,17 +27,17 @@ build_uboot() {
 run_trace() {
        echo "Run trace"
        ./${OUTPUT_DIR}/u-boot <<END
-       trace stats
-       hash sha256 0 10000
-       trace pause
-       trace stats
-       hash sha256 0 10000
-       trace stats
-       trace resume
-       hash sha256 0 10000
-       trace pause
-       trace stats
-       reset
+trace stats
+hash sha256 0 10000
+trace pause
+trace stats
+hash sha256 0 10000
+trace stats
+trace resume
+hash sha256 0 10000
+trace pause
+trace stats
+reset
 END
 }