Failing travis test matrix
This commit is contained in:
10
test-all.sh
Normal file
10
test-all.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#! /bin/bash
|
||||
TEST_FILES=src/build-scripts/test/*.hxml
|
||||
for TEST_FILE in $TEST_FILES
|
||||
do
|
||||
haxe $TEST_FILE
|
||||
if [ ! $? -eq 0 ]
|
||||
then
|
||||
exit $?
|
||||
fi
|
||||
done
|
||||
Reference in New Issue
Block a user