Correct test.sh use of echo

This commit is contained in:
Fred Kiefer 2021-07-13 13:19:25 +02:00
parent ded820f7be
commit f37d9278bc

View file

@ -2,5 +2,5 @@
set -ex
Echo "Running unit tests"
echo "Running unit tests"
make check || (cat Tests/tests.log && false);