Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Unified Diff: client/tests/cyclictest/cyclictest.py

Issue 3554003: Merge remote branch 'cros/upstream' into tempbranch3 (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/tests/cerberus/cerberus.py ('k') | client/tests/dbt2/dbt2.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/cyclictest/cyclictest.py
diff --git a/client/tests/cyclictest/cyclictest.py b/client/tests/cyclictest/cyclictest.py
index a4399d5c9074c848ce46b2da0c6b2d4a0684a718..8e1b40d1ade1da9f9349492f00091ac7641d2b76 100644
--- a/client/tests/cyclictest/cyclictest.py
+++ b/client/tests/cyclictest/cyclictest.py
@@ -14,7 +14,7 @@ class cyclictest(test.test):
def setup(self):
os.chdir(self.srcdir)
- utils.system('make')
+ utils.make()
def execute(self, args = '-t 10 -l 100000'):
« no previous file with comments | « client/tests/cerberus/cerberus.py ('k') | client/tests/dbt2/dbt2.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698