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

Unified Diff: client/tests/scrashme/scrashme.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/rtc/rtc.py ('k') | client/tests/signaltest/signaltest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/scrashme/scrashme.py
diff --git a/client/tests/scrashme/scrashme.py b/client/tests/scrashme/scrashme.py
index 89b60b3093c24107e9da520468fa157b77c6cd00..822d4d299640892ee11668650b2018734588daa5 100644
--- a/client/tests/scrashme/scrashme.py
+++ b/client/tests/scrashme/scrashme.py
@@ -43,7 +43,7 @@ class scrashme(test.test):
tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)
utils.extract_tarball_to_dir(tarball, self.srcdir)
os.chdir(self.srcdir)
- utils.system('make')
+ utils.make()
def run_once(self, args_list=''):
« no previous file with comments | « client/tests/rtc/rtc.py ('k') | client/tests/signaltest/signaltest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698