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/qemu_iotests/qemu_iotests.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/posixtest/posixtest.py ('k') | client/tests/rtc/rtc.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/qemu_iotests/qemu_iotests.py
diff --git a/client/tests/qemu_iotests/qemu_iotests.py b/client/tests/qemu_iotests/qemu_iotests.py
index 33b24c30d4966a1efa856e83a9c7bff84726021f..1a036b98815fac6523c6fe7bb5021caf5e871d3a 100644
--- a/client/tests/qemu_iotests/qemu_iotests.py
+++ b/client/tests/qemu_iotests/qemu_iotests.py
@@ -34,7 +34,7 @@ class qemu_iotests(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 clean")
+ utils.make('clean')
def run_once(self, options='', testlist=''):
« no previous file with comments | « client/tests/posixtest/posixtest.py ('k') | client/tests/rtc/rtc.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698