From f629f9f890f260455dfc977292f6ebc461e1efa1 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 30 May 2020 18:28:33 +0000 Subject: [PATCH] tests: change binary used for load testing --- tests/frontend/travis/runnerLoadTest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/frontend/travis/runnerLoadTest.sh b/tests/frontend/travis/runnerLoadTest.sh index 127234f5f..f111caceb 100755 --- a/tests/frontend/travis/runnerLoadTest.sh +++ b/tests/frontend/travis/runnerLoadTest.sh @@ -39,7 +39,7 @@ sleep 10 # run the backend tests 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=$? kill $!