diff --git a/test.py b/test.py index a9bd79a4af..9ebbd0a7e8 100755 --- a/test.py +++ b/test.py @@ -309,7 +309,7 @@ def run_tests(test_list, args): if len(test_filenames): # TODO: Maybe --compare should detect --graphics? - cmdline = [PPSSPP_EXE, '--graphics', '--compare', '--timeout=' + str(TIMEOUT), '@-'] + cmdline = [PPSSPP_EXE, '--compare', '--timeout=' + str(TIMEOUT), '@-'] cmdline.extend([i for i in args if i not in ['-g']]) c = Command(cmdline, '\n'.join(test_filenames))