From 4e8939fc8536098e37f367c7d7b86fa137ff22e6 Mon Sep 17 00:00:00 2001 From: Bryce Kahle Date: Sun, 29 Jan 2017 13:54:04 -0500 Subject: [PATCH] Update test script to handle multiple runs --- .gitignore | 2 +- scripts/test.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4dbf3d83..e041a351 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .pidfile.pid node_modules *~ -package-lock.json +sockjs-protocol diff --git a/scripts/test.sh b/scripts/test.sh index a27059ab..9ee302f5 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -2,6 +2,7 @@ set -e +rm -rf sockjs-protocol git clone --depth=1 https://github.com/sockjs/sockjs-protocol.git cd sockjs-protocol make test_deps pycco_deps