diff --git a/build_tools/test_frontend.sh b/build_tools/test_frontend.sh index 4b839a0..b719a55 100755 --- a/build_tools/test_frontend.sh +++ b/build_tools/test_frontend.sh @@ -18,6 +18,7 @@ function kill_everware { pkill -KILL -f everware-server sleep $WAIT_FOR_STOP fi + pkill -KILL node || true } if [ -z "$UPLOADDIR" ] ; then