Skip to content
Snippets Groups Projects
Commit 07b34278 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 8969ea3e
No related branches found
No related tags found
No related merge requests found
...@@ -27,17 +27,17 @@ build_uboot() { ...@@ -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
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment