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

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

Issue 1595019: Merge remote branch 'origin/upstream' into tempbranch (Closed)
Patch Set: Created 10 years, 8 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/profilers/powertop/powertop.py ('k') | client/tests/iperf/iperf.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/dbench/dbench.py
diff --git a/client/tests/dbench/dbench.py b/client/tests/dbench/dbench.py
index 6e0ea6432fa557d6da2d737a721e8778577ecfae..b9b35a47971b9a167bed836e7dc0d73c0df12a63 100644
--- a/client/tests/dbench/dbench.py
+++ b/client/tests/dbench/dbench.py
@@ -12,14 +12,7 @@ class dbench(test.test):
os.chdir(self.srcdir)
utils.system('patch -p1 < ../dbench_startup.patch')
- # CBUILD and CHOST is env vars used inside Chromium OS build environment
- # for cross compiling.
- if 'CBUILD' in os.environ and 'CHOST' in os.environ:
- config_params = '--build=%s --host=%s' % (os.environ['CBUILD'],
- os.environ['CHOST'])
- else:
- config_params = ''
- utils.system('./configure %s' % config_params)
+ utils.configure()
utils.system('make')
« no previous file with comments | « client/profilers/powertop/powertop.py ('k') | client/tests/iperf/iperf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698