mirror of
https://github.com/open-goal/jak-project
synced 2026-06-05 19:28:31 -04:00
bdaf088d4b
Co-authored-by: Hat Kid <6624576+Hat-Kid@users.noreply.github.com>
6 lines
183 B
Bash
Vendored
Generated
6 lines
183 B
Bash
Vendored
Generated
#!/bin/bash
|
|
./testharness.exe --config testsprite2_crashtest.config > testrun.log 2>&1
|
|
if [ "$?" != "0" ]; then
|
|
echo TEST RUN FAILED (see testrun.log)
|
|
# report error code to CI
|
|
fi |