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

Unified Diff: third_party/WebKit/Source/devtools/scripts/run_inspector_tests.sh

Issue 2462153003: DevTools: Automagically detect user compiled content shell in npm test (Closed)
Patch Set: minor addition to readme Created 4 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 | « third_party/WebKit/Source/devtools/scripts/npm_test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/scripts/run_inspector_tests.sh
diff --git a/third_party/WebKit/Source/devtools/scripts/run_inspector_tests.sh b/third_party/WebKit/Source/devtools/scripts/run_inspector_tests.sh
index 23c46db5db3b5549a5488711430ed4a13bbd3de4..a800911537f2469f9579b93ac264a0d6cc81cdd2 100755
--- a/third_party/WebKit/Source/devtools/scripts/run_inspector_tests.sh
+++ b/third_party/WebKit/Source/devtools/scripts/run_inspector_tests.sh
@@ -15,6 +15,13 @@ DEBUG_FLAG=" --additional-driver-flag=--debug-devtools --time-out-ms=6000000 --a
COMMAND=${RUN_LAYOUT_TEST_PATH}
+echo "===================================================="
+echo "This shell script is DEPRECATED and will be removed"
+echo "Please use 'npm test' instead"
+echo "See README.md on how to use"
+echo "===================================================="
+echo
+
ninja -C ${OUT_PATH} devtools_frontend_resources
if [ "$1" == "-d" ]
then
« no previous file with comments | « third_party/WebKit/Source/devtools/scripts/npm_test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698