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

Unified Diff: client/tests/bash_shared_mapping/bash_shared_mapping.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/common_lib/hosts/base_classes.py ('k') | client/tests/fsfuzzer/fsfuzzer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/bash_shared_mapping/bash_shared_mapping.py
diff --git a/client/tests/bash_shared_mapping/bash_shared_mapping.py b/client/tests/bash_shared_mapping/bash_shared_mapping.py
index e8f604f3466e5fa550b86ca87247a84e9605f6ee..72031fac383b717e1829c655ad7ae48d577b2e6e 100644
--- a/client/tests/bash_shared_mapping/bash_shared_mapping.py
+++ b/client/tests/bash_shared_mapping/bash_shared_mapping.py
@@ -10,6 +10,7 @@ class bash_shared_mapping(test.test):
utils.extract_tarball_to_dir(self.tarball, self.srcdir)
os.chdir(self.srcdir)
+ utils.system('patch -p1 < ../makefile.patch')
utils.make('bash-shared-mapping usemem')
« no previous file with comments | « client/common_lib/hosts/base_classes.py ('k') | client/tests/fsfuzzer/fsfuzzer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698