changeset 7924 | fcb86d323770 |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/visualtest/launch_harness.sh Sun Nov 10 00:32:23 2013 -0500 1.3 @@ -0,0 +1,6 @@ 1.4 +#!/bin/bash 1.5 +./testharness.exe --config testsprite2_crashtest.config > testrun.log 2>&1 1.6 +if [ "$?" != "0" ]; then 1.7 + echo TEST RUN FAILED (see testrun.log) 1.8 + # report error code to CI 1.9 +fi 1.10 \ No newline at end of file