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

Unified Diff: client/tests/spew/spew.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/sparse/sparse.py ('k') | client/tests/stress/stress.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/spew/spew.py
diff --git a/client/tests/spew/spew.py b/client/tests/spew/spew.py
index 8da0d28d336f726ed3d83e066a011b347505a9f1..0c04bb06f3b5ce708be38a3e9af8426190fbd121 100644
--- a/client/tests/spew/spew.py
+++ b/client/tests/spew/spew.py
@@ -15,8 +15,8 @@ class spew(test.test):
utils.extract_tarball_to_dir(self.tarball, self.srcdir)
os.chdir(self.srcdir)
- utils.system('./configure')
- utils.system('make')
+ utils.configure()
+ utils.make()
def run_once(self, testdir = None, filesize='100M', type='write',
« no previous file with comments | « client/tests/sparse/sparse.py ('k') | client/tests/stress/stress.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698