pineapple/externals/SDL/visualtest/launch_harness.sh
2021-04-18 05:35:25 +02:00

6 lines
No EOL
183 B
Bash
Executable file

#!/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