fail early in test script

This commit is contained in:
hrj 2021-04-02 16:42:00 +05:30
parent 30f5705aa5
commit c9abe141ec
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
set -ex
python3 -m venv testEnv
source ./testEnv/activate
pip install locust