From 10ec424787b5514de4976b1c386a2d9f731fc461 Mon Sep 17 00:00:00 2001 From: Arthur Blot Date: Fri, 4 Jan 2013 16:45:31 +0100 Subject: [PATCH] Fixed PPSSPPSDL path in test.py for linux --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 9fb54bcb1c..557ce0202a 100755 --- a/test.py +++ b/test.py @@ -8,7 +8,7 @@ import subprocess import threading -PPSSPP_EXECUTABLES = [ "Windows\\Release\\PPSSPPHeadless.exe", "SDL/build/PPSSPPHeadless" ] +PPSSPP_EXECUTABLES = [ "Windows\\Release\\PPSSPPHeadless.exe", "build/PPSSPPHeadless" ] PPSSPP_EXE = None TEST_ROOT = "pspautotests/tests/" teamcity_mode = False