Skip to content

Commit a3acb86

Browse files
xavierdfacebook-github-bot
authored andcommitted
testpilot: testpilot is broken on Sandcastle
Summary: Hack to use parexec and the par directly. Reviewed By: chadaustin Differential Revision: D29461444 fbshipit-source-id: 9ac6c1aa43728782b8de0a71446109f7fd5dab1d
1 parent f124586 commit a3acb86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/fbcode_builder/getdeps/builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,8 @@ def list_tests():
726726
if platform == "win32":
727727
machine_suffix = self.build_opts.host_type.as_tuple_string()
728728
testpilot_args = [
729-
testpilot,
729+
"parexec-testinfra.exe",
730+
"C:/tools/testpilot/sc_testpilot.par",
730731
# Need to force the repo type otherwise testpilot on windows
731732
# can be confused (presumably sparse profile related)
732733
"--force-repo",
@@ -740,7 +741,6 @@ def list_tests():
740741
"--test-config",
741742
"platform=%s" % machine_suffix,
742743
"buildsystem=getdeps",
743-
"--print-long-results",
744744
]
745745
else:
746746
testpilot_args = [

0 commit comments

Comments
 (0)