Fix headless binary path on Linux, add shebang and exec flag to test.py

This commit is contained in:
Florent Castelli 2012-11-23 17:15:38 +01:00
parent 1968841d20
commit c3635f84d3

3
test.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
# Automated script to run the pspautotests test suite in PPSSPP.
import sys
@ -7,7 +8,7 @@ import subprocess
import threading
PPSSPP_EXECUTABLES = [ "Windows\\Release\\PPSSPPHeadless.exe", "SDL/build/ppsspp-headless" ]
PPSSPP_EXECUTABLES = [ "Windows\\Release\\PPSSPPHeadless.exe", "SDL/build/PPSSPPHeadless" ]
PPSSPP_EXE = None
TEST_ROOT = "pspautotests/tests/"
teamcity_mode = False