aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Michael Lumish <mlumish@google.com>2017-01-24 15:30:13 -0800
committerGravatar GitHub <noreply@github.com>2017-01-24 15:30:13 -0800
commitacca66aff9837ed7c83be46d71f7110ffe3ed085 (patch)
tree68e06cf63fc18dd39ee6c9903739e89db0bfe0d4
parent0fc897280f0cdcc72eff386168726acb3f38f6e3 (diff)
parentcbdb9b808c6ebfcb763329af895618baea5b0f10 (diff)
Merge pull request #9460 from murgatroid99/electron_portability_fix
Fix electron portability test after scripts moved
-rwxr-xr-xtools/run_tests/helper_scripts/run_node_electron.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/helper_scripts/run_node_electron.sh b/tools/run_tests/helper_scripts/run_node_electron.sh
index 1999ffb0fa..3ce57e0415 100755
--- a/tools/run_tests/helper_scripts/run_node_electron.sh
+++ b/tools/run_tests/helper_scripts/run_node_electron.sh
@@ -34,7 +34,7 @@ nvm use 6
set -ex
# change to grpc repo root
-cd $(dirname $0)/../..
+cd $(dirname $0)/../../..
test_directory='src/node/test'
timeout=8000