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

Unified Diff: client/tests/systemtap/systemtap.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/sysbench/sysbench.py ('k') | client/tests/tbench/tbench.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/systemtap/systemtap.py
diff --git a/client/tests/systemtap/systemtap.py b/client/tests/systemtap/systemtap.py
index f2200451af87886283a13d6635efbd2cfe323757..08720c12058f8306aaecfb0ed670421d34ceb9cd 100644
--- a/client/tests/systemtap/systemtap.py
+++ b/client/tests/systemtap/systemtap.py
@@ -43,8 +43,8 @@ class systemtap(test.test):
testsuite = os.path.join(self.srcdir, 'testsuite')
os.chdir(testsuite)
- utils.system('./configure')
- utils.system('make')
+ utils.configure()
+ utils.make()
# Run a simple systemtap script to make sure systemtap and the
# kernel debuginfo packages are correctly installed
« no previous file with comments | « client/tests/sysbench/sysbench.py ('k') | client/tests/tbench/tbench.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698