mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-28 17:42:07 +00:00
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
1 changed files with 11 additions and 11 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue