[Crosstoolchain-logs] [device-tree-compiler] 30/57: Suppress expected error message in fdtdump test

Vagrant Cascadian vagrant at moszumanska.debian.org
Thu Sep 28 22:03:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

vagrant pushed a commit to branch upstream/latest
in repository device-tree-compiler.

commit 21a2bc896e3d6ccff22f9224d5e554c198eee04d
Author: David Gibson <david at gibson.dropbear.id.au>
Date:   Wed May 17 12:15:26 2017 +1000

    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 at gibson.dropbear.id.au>
---
 tests/run_tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index 2a1ba44..5df1480 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -157,7 +157,7 @@ run_fdtdump_test() {
     file="$1"
     shorten_echo fdtdump-runtest.sh "$file"
     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 \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list