mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-21 20:28:28 +00:00

An existing hint lets apps that don't need the timer resolution changed avoid this, to save battery, etc, but this fixes several problems in timing, audio callbacks not firing fast enough, etc. Fixes Bugzilla #2944.
6 lines
No EOL
188 B
Bash
Executable file
6 lines
No EOL
188 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 |