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

Unified Diff: client/tests/tsc/tsc.py

Issue 3511003: Merge remote branch 'cros/upstream' into tempbranch2 (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
Index: client/tests/tsc/tsc.py
diff --git a/client/tests/tsc/tsc.py b/client/tests/tsc/tsc.py
index 2bac609263fb442800ebfcab3ce631e867c0c03a..1c1058dd36c324401dd3d8257c3e02d72ee9b039 100644
--- a/client/tests/tsc/tsc.py
+++ b/client/tests/tsc/tsc.py
@@ -9,7 +9,7 @@ class tsc(test.test):
def setup(self):
os.chdir(self.srcdir)
- utils.system('make')
+ utils.make()
def initialize(self):

Powered by Google App Engine
This is Rietveld 408576698