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

Unified Diff: client/tests/stress/stress.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/spew/spew.py ('k') | client/tests/synctest/synctest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/stress/stress.py
diff --git a/client/tests/stress/stress.py b/client/tests/stress/stress.py
index c0447b25b9385cb3371c6805e2bbfe2b7782c448..9b254da3fcb7ba318a18093f06e6473752911281 100644
--- a/client/tests/stress/stress.py
+++ b/client/tests/stress/stress.py
@@ -23,8 +23,8 @@ class stress(test.test):
utils.extract_tarball_to_dir(tarball, self.srcdir)
os.chdir(self.srcdir)
- utils.system('./configure')
- utils.system('make')
+ utils.configure()
+ utils.make()
def run_once(self, args = '', stress_length=60):
« no previous file with comments | « client/tests/spew/spew.py ('k') | client/tests/synctest/synctest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698