diff options
| -rwxr-xr-x | test-suite/check | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test-suite/check b/test-suite/check index 68ef6efd97..2c528eca02 100755 --- a/test-suite/check +++ b/test-suite/check @@ -84,8 +84,9 @@ test_parser() { # Programme principal -echo "Output tests" -test_output output +# echo "Output tests" +# test_output output +echo "[Output tests are off]" echo "Success tests" test_succes success echo "Failure tests" |
