Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion test/setup-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ fi

# get websocket demo repository
if [ ! -d httpd_websocket-testsuite ]; then
git clone https://github.com/jfclere/httpd_websocket httpd_websocket-testsuite
git clone https://github.com/modcluster/ci.modcluster.io ci.modcluster.io
mv ci.modcluster.io/websocket-hello httpd_websocket-testsuite
rm -rf ci.modcluster.io
fi
cd httpd_websocket-testsuite
git pull --rebase
Expand Down