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

Unified Diff: client/tests/synctest/synctest.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/stress/stress.py ('k') | client/tests/sysbench/sysbench.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/synctest/synctest.py
diff --git a/client/tests/synctest/synctest.py b/client/tests/synctest/synctest.py
index 2e5dd31746906a7304742f757a26f47a5b4ea485..37d514369b79bbc1f9760fef0b5ec39a911bd55d 100644
--- a/client/tests/synctest/synctest.py
+++ b/client/tests/synctest/synctest.py
@@ -13,7 +13,7 @@ class synctest(test.test):
def setup(self):
os.chdir(self.srcdir)
- utils.system('make')
+ utils.make()
def run_once(self, len, loop, testdir=None):
« no previous file with comments | « client/tests/stress/stress.py ('k') | client/tests/sysbench/sysbench.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698