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

Unified Diff: tools_webrtc/valgrind/webrtc_tests.sh

Issue 2864213004: Rename tools-webrtc -> tools_webrtc (Closed)
Patch Set: REmove symlink Created 3 years, 7 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 | « tools_webrtc/valgrind/webrtc_tests.py ('k') | tools_webrtc/video_quality_toolchain/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools_webrtc/valgrind/webrtc_tests.sh
diff --git a/tools-webrtc/valgrind/webrtc_tests.sh b/tools_webrtc/valgrind/webrtc_tests.sh
similarity index 96%
rename from tools-webrtc/valgrind/webrtc_tests.sh
rename to tools_webrtc/valgrind/webrtc_tests.sh
index d7708ffb292b2ffe3e8e3601c0fd96922fc2ba84..57884a6768a5aff7905718234802249bca01fb60 100755
--- a/tools-webrtc/valgrind/webrtc_tests.sh
+++ b/tools_webrtc/valgrind/webrtc_tests.sh
@@ -24,9 +24,9 @@ export THISDIR=`dirname $0`
ARGV_COPY="$@"
# We need to set CHROME_VALGRIND iff using Memcheck:
-# tools-webrtc/valgrind/webrtc_tests.sh --tool memcheck
+# tools_webrtc/valgrind/webrtc_tests.sh --tool memcheck
# or
-# tools-webrtc/valgrind/webrtc_tests.sh --tool=memcheck
+# tools_webrtc/valgrind/webrtc_tests.sh --tool=memcheck
tool="memcheck" # Default to memcheck.
while (( "$#" ))
do
« no previous file with comments | « tools_webrtc/valgrind/webrtc_tests.py ('k') | tools_webrtc/video_quality_toolchain/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698