Bug 1206230: Make ReftestArgumentsParser defer to self.build_obj for 'bindir' (fixing local mach reftest|crashtest runs). r=jgraham
This commit is contained in:
@@ -85,7 +85,7 @@ class ReftestArgumentsParser(argparse.ArgumentParser):
|
||||
action="store",
|
||||
type=str,
|
||||
dest="utilityPath",
|
||||
default="bindir",
|
||||
default=self.build_obj.bindir if self.build_obj else None,
|
||||
help="absolute path to directory containing utility "
|
||||
"programs (xpcshell, ssltunnel, certutil)")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user