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

Unified Diff: client/tests/rtc/rtc.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/qemu_iotests/qemu_iotests.py ('k') | client/tests/scrashme/scrashme.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/rtc/rtc.py
diff --git a/client/tests/rtc/rtc.py b/client/tests/rtc/rtc.py
index 49b2a9db3e84c53fc1a6734337e58c0f5a4e612f..5345db1187c35f7665c14e6e1594949d0aa0d5b8 100644
--- a/client/tests/rtc/rtc.py
+++ b/client/tests/rtc/rtc.py
@@ -8,8 +8,8 @@ class rtc(test.test):
def setup(self):
os.chdir(self.srcdir)
- utils.system('make clobber')
- utils.system('make')
+ utils.make('clobber')
+ utils.make()
def initialize(self):
« no previous file with comments | « client/tests/qemu_iotests/qemu_iotests.py ('k') | client/tests/scrashme/scrashme.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698