Don't fail distrib test if a static server is running

pull/5223/head
murgatroid99 9 years ago
parent 7ca0dcc843
commit 166214f9f6
  1. 3
      test/distrib/node/run_distrib_test.sh

@ -38,6 +38,9 @@ nvm install $NODE_VERSION
npm install -g node-static
# Kill off existing static servers
kill -9 $(ps aux | grep '[n]ode .*static' | awk '{print $2}') || true
STATIC_SERVER=127.0.0.1
STATIC_PORT=8080

Loading…
Cancel
Save