mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Oops, pass --teamcity to headless as well.
This commit is contained in:
parent
f3d7bc24f4
commit
7223d0c603
1 changed files with 1 additions and 0 deletions
1
test.py
1
test.py
|
@ -326,6 +326,7 @@ def main():
|
|||
for arg in sys.argv[1:]:
|
||||
if arg == '--teamcity':
|
||||
teamcity_mode = True
|
||||
args.append(arg)
|
||||
elif arg[0] == '-':
|
||||
args.append(arg)
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue