From cbdb9b808c6ebfcb763329af895618baea5b0f10 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Tue, 24 Jan 2017 11:41:49 -0800 Subject: Fix electron portability test after scripts moved --- tools/run_tests/helper_scripts/run_node_electron.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3