mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-07 07:02:53 +03:00
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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
197fca509d
commit
3d28082a35
@@ -726,7 +726,8 @@ if __name__ == "__main__":
|
||||
if platform == "win32":
|
||||
machine_suffix = self.build_opts.host_type.as_tuple_string()
|
||||
testpilot_args = [
|
||||
testpilot,
|
||||
"parexec-testinfra.exe",
|
||||
"C:/tools/testpilot/sc_testpilot.par",
|
||||
# Need to force the repo type otherwise testpilot on windows
|
||||
# can be confused (presumably sparse profile related)
|
||||
"--force-repo",
|
||||
@@ -740,7 +741,6 @@ if __name__ == "__main__":
|
||||
"--test-config",
|
||||
"platform=%s" % machine_suffix,
|
||||
"buildsystem=getdeps",
|
||||
"--print-long-results",
|
||||
]
|
||||
else:
|
||||
testpilot_args = [
|
||||
|
Reference in New Issue
Block a user