Oops, pass --teamcity to headless as well.

This commit is contained in:
Unknown W. Brackets 2013-09-18 08:07:48 -07:00
parent f3d7bc24f4
commit 7223d0c603

View file

@ -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: