| 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
|
|
|