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

Unified Diff: tools-webrtc/valgrind/webrtc_tests.sh

Issue 2578093002: Move tools/valgrind-webrtc -> tools-webrtc/valgrind (Closed)
Patch Set: Sorted presubmit pylint exclusion Created 4 years 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/mb/mb.py » ('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/valgrind-webrtc/webrtc_tests.sh b/tools-webrtc/valgrind/webrtc_tests.sh
similarity index 93%
rename from tools/valgrind-webrtc/webrtc_tests.sh
rename to tools-webrtc/valgrind/webrtc_tests.sh
index 4ac9510d93dc6320f1b5f3733efd509dd834cc74..6f8a24abccc8b0d0a7bd70cd98fb16c10bc5d057 100755
--- a/tools/valgrind-webrtc/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/valgrind-webrtc/webrtc_tests.sh --tool memcheck
+# tools-webrtc/valgrind/webrtc_tests.sh --tool memcheck
# or
-# tools/valgrind-webrtc/webrtc_tests.sh --tool=memcheck
+# tools-webrtc/valgrind/webrtc_tests.sh --tool=memcheck
tool="memcheck" # Default to memcheck.
while (( "$#" ))
do
@@ -51,7 +51,7 @@ esac
# For WebRTC, we'll use the locate_valgrind.sh script in Chromium's Valgrind
# scripts dir to locate the Valgrind framework install
-CHROME_VALGRIND_SCRIPTS=$THISDIR/../valgrind
+CHROME_VALGRIND_SCRIPTS=$THISDIR/../../tools/valgrind
if [ "$NEEDS_VALGRIND" == "1" ]
then
@@ -98,5 +98,5 @@ fi
# Add Chrome's Valgrind scripts dir to the PYTHON_PATH since it contains
# the scripts that are needed for this script to run
-PYTHONPATH=$THISDIR/../python/google:$CHROME_VALGRIND_SCRIPTS python \
+PYTHONPATH=$THISDIR/../../tools/python/google:$CHROME_VALGRIND_SCRIPTS python \
"$THISDIR/webrtc_tests.py" $ARGV_COPY
« no previous file with comments | « tools-webrtc/valgrind/webrtc_tests.py ('k') | tools/mb/mb.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698