summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-09-14 12:40:16 -0600
committerTom Rini <trini@ti.com>2014-09-24 18:30:28 -0400
commit07b342783a11bc56c38207006b5ad9d70ca3c863 (patch)
tree09e8d2e831650c636174762c2bc6a8f3ad2bab2b /test
parent8969ea3e9f2db04a6b36758972b708837786a5a5 (diff)
downloadblackbird-obmc-uboot-07b342783a11bc56c38207006b5ad9d70ca3c863.tar.gz
blackbird-obmc-uboot-07b342783a11bc56c38207006b5ad9d70ca3c863.zip
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>
Diffstat (limited to 'test')
-rwxr-xr-xtest/trace/test-trace.sh22
1 files changed, 11 insertions, 11 deletions
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 <<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
}
OpenPOWER on IntegriCloud