mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-14 00:37:41 -04:00
Suppress expected error message in fdtdump test
Since 548aea2
"fdtdump: Discourage use of fdtdump", fdtdump unconditionally
prints a message discouraging its own use except for debugging purposes.
This shows up messily in the "make check" output, so suppress it.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
2a42b14d0d
commit
21a2bc896e
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ run_fdtdump_test() {
|
||||||
file="$1"
|
file="$1"
|
||||||
shorten_echo fdtdump-runtest.sh "$file"
|
shorten_echo fdtdump-runtest.sh "$file"
|
||||||
printf ": "
|
printf ": "
|
||||||
base_run_test sh fdtdump-runtest.sh "$file"
|
base_run_test sh fdtdump-runtest.sh "$file" 2>/dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
BAD_FIXUP_TREES="bad_index \
|
BAD_FIXUP_TREES="bad_index \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue