work in progress [might break]
This commit is contained in:
parent
e36f7d8aed
commit
bc6ea7c39c
1 changed files with 1 additions and 1 deletions
2
make
2
make
|
|
@ -27,7 +27,7 @@ tests(){
|
||||||
which python3 && python3 test/generated/test.py src/spec/*.json | awk '{ print "py: "$0 } END{ print "\n"}'
|
which python3 && python3 test/generated/test.py src/spec/*.json | awk '{ print "py: "$0 } END{ print "\n"}'
|
||||||
which node && node test/generated/test.js src/spec/*.json | awk '{ print "js: "$0 } END{ print "\n"}'
|
which node && node test/generated/test.js src/spec/*.json | awk '{ print "js: "$0 } END{ print "\n"}'
|
||||||
} | tee /tmp/log.txt
|
} | tee /tmp/log.txt
|
||||||
grep error /tmp/log.txt && exit 1
|
grep error /tmp/log.txt && exit 1 || exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
test -z $1 && { try rm dist/* ; haxe build.hxml; exit $?; }
|
test -z $1 && { try rm dist/* ; haxe build.hxml; exit $?; }
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue