Can test with or without stop-on-error behavior

This commit is contained in:
2019-05-15 13:08:17 -06:00
parent 7997103c7f
commit 2d67fa1845

View File

@@ -1,9 +1,16 @@
t() {
haxe hxml/$1.hxml --interp
haxe -cp hank -lib utest -lib hscript hxml/$1.hxml --interp > test-output.txt
vim test-output.txt
}
ta() {
haxe hxml/all-platforms.hxml
haxe -cp hank -lib utest -lib hscript hxml/all-platforms.hxml > test-output.txt
vim test-output.txt
}
tas() {
haxe -D stop_on_error -cp hank -lib utest -lib hscript hxml/all-platforms.hxml > test-output.txt
vim test-output.txt
}
debug() {