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

Unified Diff: tools/valgrind/valgrind_test.py

Issue 8538007: Follow-up fix: use /bin/bash instead of /bin/sh for the browser wrapper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/valgrind_test.py
===================================================================
--- tools/valgrind/valgrind_test.py (revision 109602)
+++ tools/valgrind/valgrind_test.py (working copy)
@@ -396,7 +396,7 @@
prefix="browser_wrapper.",
text=True)
f = os.fdopen(fd, "w")
- f.write("#!/bin/sh\n")
+ f.write("#!/bin/bash\n")
f.write('echo "Started Valgrind wrapper for this test, PID=$$"\n\n')
f.write('for arg in $@\ndo\n')
f.write(' if [[ "$arg" =~ --test-name=(.*) ]]\n then\n')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698