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

Unified Diff: client/tests/ebizzy/ebizzy.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/dbt2/dbt2.py ('k') | client/tests/flail/control » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/ebizzy/ebizzy.py
diff --git a/client/tests/ebizzy/ebizzy.py b/client/tests/ebizzy/ebizzy.py
index a594e39ecd530ab88c8a98dc74b027ef1198a260..50d6473bdfd8c5d1633a689723cab02dbf06193c 100644
--- a/client/tests/ebizzy/ebizzy.py
+++ b/client/tests/ebizzy/ebizzy.py
@@ -16,7 +16,7 @@ class ebizzy(test.test):
os.chdir(self.srcdir)
utils.system('[ -x configure ] && ./configure')
- utils.system('make')
+ utils.make()
# Note: default we use always mmap()
« no previous file with comments | « client/tests/dbt2/dbt2.py ('k') | client/tests/flail/control » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698