[Crosstoolchain-logs] [device-tree-compiler] 93/198: Use shorten_echo for wrap_tests

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:06:57 UTC 2016


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

zumbi pushed a commit to branch upstream/1.4.x
in repository device-tree-compiler.

commit 1c76ec3c090f230fa8a45a5ef84bda600fc4d064
Author: David Gibson <david at gibson.dropbear.id.au>
Date:   Wed May 29 12:39:47 2013 +1000

    Use shorten_echo for wrap_tests
    
    We have certain tests which generate extremely long command lines, which
    are shortened in the testsuite output with the 'shorten_echo' function.
    Currently that is used in run_fdtput_test and run_wrap_test, this patch
    uses it for run_wrap_test as well, allowing more general tests with long
    command lines.
    
    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 b013761..9c87369 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -80,7 +80,7 @@ wrap_test () {
 }
 
 run_wrap_test () {
-    echo -n "$@:	"
+    shorten_echo "$@:	"
     base_run_test wrap_test "$@"
 }
 

-- 
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