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

Unified Diff: client/tests/signaltest/signaltest.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/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 39303a183d005a9fdd0d1e464fba9fbb9493ce29..d8d047af139263ac8aff994148c37ee42bcc95ff 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.system('make')
+ utils.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