mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Correct test.sh use of echo
This commit is contained in:
parent
ded820f7be
commit
f37d9278bc
1 changed files with 1 additions and 1 deletions
2
.github/scripts/test.sh
vendored
2
.github/scripts/test.sh
vendored
|
@ -2,5 +2,5 @@
|
|||
|
||||
set -ex
|
||||
|
||||
Echo "Running unit tests"
|
||||
echo "Running unit tests"
|
||||
make check || (cat Tests/tests.log && false);
|
||||
|
|
Loading…
Reference in a new issue