Skip to content

Latest commit

 

History

History
executable file
·
6 lines (6 loc) · 188 Bytes

launch_harness.sh

File metadata and controls

executable file
·
6 lines (6 loc) · 188 Bytes
 
1
2
3
4
5
6
#!/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