diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-09-11 06:43:57 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-11-08 10:51:02 +0100 |
| commit | d9090f3ac39ee5d6bf1a3646cf3687667a6d6482 (patch) | |
| tree | fd1360da49d8d76869a370b214bd8a13976b1ea9 | |
| parent | d5aa4d326b9d7e9ee8ae3d1d430fff574c3e1d6f (diff) | |
| download | sparse-dev-d9090f3ac39ee5d6bf1a3646cf3687667a6d6482.tar.gz | |
testsuite: save screen real estate
Emit the short command witht he same sacing as done
in the kernel: 2 + 8.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
| -rwxr-xr-x | validation/test-suite | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/validation/test-suite b/validation/test-suite index f4fa3f9b..8179e753 100755 --- a/validation/test-suite +++ b/validation/test-suite @@ -234,7 +234,7 @@ disable() { disabled_tests=$(($disabled_tests + 1)) if [ -z "$vquiet" ]; then - echo " DISABLE $1 ($2)" + echo " SKIP $1 ($2)" fi } @@ -294,7 +294,7 @@ do_test() cmd=`eval echo $default_path/$check_command` if [ -z "$vquiet" ]; then - echo " TEST $test_name ($file)" + echo " TEST $test_name ($file)" fi verbose "Using command : $cmd" |
