author | Sam Lantinga |
Sun, 13 Aug 2017 18:12:06 -0700 | |
changeset 11263 | f85618f8ba81 |
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 |