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

Unified Diff: client/tests/systemtap/systemtap.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/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 08720c12058f8306aaecfb0ed670421d34ceb9cd..f2200451af87886283a13d6635efbd2cfe323757 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.configure()
- utils.make()
+ utils.system('./configure')
+ utils.system('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