mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
update sdl2 to release https://github.com/spurious/SDL-mirror/tree/release-2.0.14
This commit is contained in:
parent
52ecd8bb0f
commit
77fc164e96
675 changed files with 192770 additions and 60506 deletions
6
Engine/lib/sdl/visualtest/launch_harness.sh
Normal file
6
Engine/lib/sdl/visualtest/launch_harness.sh
Normal file
|
|
@ -0,0 +1,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
|
||||
Loading…
Add table
Add a link
Reference in a new issue