Fix headless binary path on Linux, add shebang and exec flag to test.py
This commit is contained in:
parent
1968841d20
commit
c3635f84d3
1 changed files with 2 additions and 1 deletions
3
test.py
Normal file → Executable file
3
test.py
Normal file → Executable 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue