mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-21 05:04:45 +00:00
6 lines
183 B
Bash
6 lines
183 B
Bash
#!/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 |