author | Sam Lantinga |
Thu, 15 Sep 2016 08:29:20 -0700 | |
changeset 10347 | 221061d874e9 |
parent 7924 | fcb86d323770 |
permissions | -rwxr-xr-x |
icculus@7924 | 1 |
#!/bin/bash |
icculus@7924 | 2 |
./testharness.exe --config testsprite2_crashtest.config > testrun.log 2>&1 |
icculus@7924 | 3 |
if [ "$?" != "0" ]; then |
icculus@7924 | 4 |
echo TEST RUN FAILED (see testrun.log) |
icculus@7924 | 5 |
# report error code to CI |
icculus@7924 | 6 |
fi |