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

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

Issue 3541002: Revert "Merge remote branch 'cros/upstream' into tempbranch2" (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/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/tbench/tbench.py ('k') | client/tests/unixbench/unixbench.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/tsc/tsc.py
diff --git a/client/tests/tsc/tsc.py b/client/tests/tsc/tsc.py
index 1c1058dd36c324401dd3d8257c3e02d72ee9b039..2bac609263fb442800ebfcab3ce631e867c0c03a 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.make()
+ utils.system('make')
def initialize(self):
« no previous file with comments | « client/tests/tbench/tbench.py ('k') | client/tests/unixbench/unixbench.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698