Commit aae4cba2 authored by Wez Furlong's avatar Wez Furlong Committed by Facebook Github Bot

getdeps: [EASY] tell testpilot to use long output mode for failures

Summary: Ask testpilot to include more output in test failures.

Reviewed By: fanzeyi

Differential Revision: D18061772

fbshipit-source-id: 0c14092557c21396c877d3b1776c5707437a117c
parent 0ab6e794
...@@ -507,6 +507,7 @@ if __name__ == "__main__": ...@@ -507,6 +507,7 @@ if __name__ == "__main__":
"--test-config", "--test-config",
"platform=%s" % machine_suffix, "platform=%s" % machine_suffix,
"buildsystem=getdeps", "buildsystem=getdeps",
"--print-long-results",
] ]
if owner: if owner:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment