aboutsummaryrefslogtreecommitdiff
path: root/test_toolchains.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_toolchains.py')
-rwxr-xr-xtest_toolchains.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_toolchains.py b/test_toolchains.py
index 2c9356b5..753dbb9d 100755
--- a/test_toolchains.py
+++ b/test_toolchains.py
@@ -240,7 +240,7 @@ class ToolchainComparator(ChromeOSCheckout):
crosperf = os.path.join(os.path.dirname(__file__),
"crosperf",
"crosperf")
- command = ("%s --no_email=True --use_file_locks=True --results_dir=%s %s" %
+ command = ("%s --no_email=True --results_dir=%s %s" %
(crosperf, self._reports_dir, experiment_file))
ret = self._ce.RunCommand(command)