Skip to content

Commit

Permalink
Update test script to handle multiple runs
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Aug 10, 2018
1 parent 89fbfa7 commit 4e8939f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.pidfile.pid
node_modules
*~
package-lock.json
sockjs-protocol
1 change: 1 addition & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e8939f

Please sign in to comment.