mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-18 08:52:12 +08:00
6 lines
183 B
Bash
6 lines
183 B
Bash
#!/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 |