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

Unified Diff: client/tests/sparse/sparse.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/signaltest/signaltest.py ('k') | client/tests/spew/spew.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/sparse/sparse.py
diff --git a/client/tests/sparse/sparse.py b/client/tests/sparse/sparse.py
index 2a9d68c21fd65ff3e7031eae5d479f205a06ccb4..53a0679070bd27afdb2ff9574bf2c661bbaa06b3 100644
--- a/client/tests/sparse/sparse.py
+++ b/client/tests/sparse/sparse.py
@@ -15,7 +15,7 @@ class sparse(test.test):
utils.extract_tarball_to_dir(tarball, self.srcdir)
os.chdir(self.srcdir)
- utils.system('make')
+ utils.make()
utils.system('ln check sparse')
self.top_dir = self.job.tmpdir+'/sparse'
« no previous file with comments | « client/tests/signaltest/signaltest.py ('k') | client/tests/spew/spew.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698