mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-04-17 17:29:48 -04:00
exit test script with locust's exit code
This commit is contained in:
parent
5226e0032e
commit
30f5705aa5
@ -6,5 +6,8 @@ JAVA_PID=$!
|
|||||||
sleep 4
|
sleep 4
|
||||||
|
|
||||||
locust --headless -u 1000 -r 100 --run-time 4m --stop-timeout 30 -f tests/locustfile.py
|
locust --headless -u 1000 -r 100 --run-time 4m --stop-timeout 30 -f tests/locustfile.py
|
||||||
|
status=$?
|
||||||
|
|
||||||
kill $JAVA_PID
|
kill $JAVA_PID
|
||||||
|
|
||||||
|
exit $status
|
||||||
|
Loading…
x
Reference in New Issue
Block a user