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

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

Issue 6539001: Merge remote branch 'cros/upstream' into master. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 10 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/memory_api/memory_api.py ('k') | client/tests/signaltest/src/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/rmaptest/rmaptest.py
diff --git a/client/tests/rmaptest/rmaptest.py b/client/tests/rmaptest/rmaptest.py
index ee4befb1a789d791afbf98f76f5ec7120a32cd72..ca2e8306b3c4a7b143193d97195e23d4e09c9d79 100644
--- a/client/tests/rmaptest/rmaptest.py
+++ b/client/tests/rmaptest/rmaptest.py
@@ -21,7 +21,7 @@ class rmaptest(test.test):
def setup(self):
os.chdir(self.srcdir)
- utils.system('gcc -Wall -o rmaptest rmap-test.c')
+ utils.system(utils.get_cc() + ' -Wall -o rmaptest rmap-test.c')
def execute(self, args = ''):
« no previous file with comments | « client/tests/memory_api/memory_api.py ('k') | client/tests/signaltest/src/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698