tests: change binary used for load testing

This commit is contained in:
John McLear 2020-05-30 18:28:33 +00:00
parent 2844224acb
commit f629f9f890

View file

@ -39,7 +39,7 @@ sleep 10
# run the backend tests # run the backend tests
echo "Now run the load tests for 60 seconds and if it stalls before 100 then error" echo "Now run the load tests for 60 seconds and if it stalls before 100 then error"
etherpad-load-test -d 60 etherpad-loadtest -d 60
exit_code=$? exit_code=$?
kill $! kill $!