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

Unified Diff: client/tests/signaltest/signaltest.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/scrashme/scrashme.py ('k') | client/tests/sparse/sparse.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/signaltest/signaltest.py
diff --git a/client/tests/signaltest/signaltest.py b/client/tests/signaltest/signaltest.py
index d8d047af139263ac8aff994148c37ee42bcc95ff..39303a183d005a9fdd0d1e464fba9fbb9493ce29 100644
--- a/client/tests/signaltest/signaltest.py
+++ b/client/tests/signaltest/signaltest.py
@@ -14,7 +14,7 @@ class signaltest(test.test):
# git://git.kernel.org/pub/scm/linux/kernel/git/tglx/rt-tests.git
def setup(self):
os.chdir(self.srcdir)
- utils.make()
+ utils.system('make')
def execute(self, args = '-t 10 -l 100000'):
« no previous file with comments | « client/tests/scrashme/scrashme.py ('k') | client/tests/sparse/sparse.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698