diff options
Diffstat (limited to 'validation')
| -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" |
