dashboard
repositories
filestore
activity
search
login
frameworks
/
SDL2
Mac and Linux SDL2 binary snapshots
summary
reflog
commits
tree
tickets
docs
compare
blame
|
history
|
raw
add in SDL 2.0.2 source
Edward Rudd
2014-03-08
e2b6e957100030b4c9e8d720157b0a34195e6dcb
[frameworks/SDL2.git]
/
source
/
visualtest
/
launch_harness.sh
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