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

Unified Diff: client/tests/xmtest/xmtest.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/tsc/tsc.py ('k') | frontend/client/src/autotest/afe/AfeClient.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/xmtest/xmtest.py
diff --git a/client/tests/xmtest/xmtest.py b/client/tests/xmtest/xmtest.py
index d5f80405e2f98a403c48a3b8bba4f5046421ad59..eb873de34b850786e4fdce0f34c64e2aef13c6ba 100644
--- a/client/tests/xmtest/xmtest.py
+++ b/client/tests/xmtest/xmtest.py
@@ -26,8 +26,8 @@ class xmtest(test.test):
os.chdir(self.srcdir)
utils.system('./autogen')
- utils.system('./configure')
- utils.system('make existing')
+ utils.configure()
+ utils.make('existing')
def execute(self, args = ''):
« no previous file with comments | « client/tests/tsc/tsc.py ('k') | frontend/client/src/autotest/afe/AfeClient.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698