Fix startup

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2023-10-09 17:58:32 +02:00
parent 42a9434c50
commit 78cbe59e64
2 changed files with 4 additions and 8 deletions

View File

@@ -2,13 +2,8 @@
source tests/docker_env.sh
if [[ "$#" -gt 1 ]]; then
if [[ $1 == "pkcs11" ]]; then
run_in_docker ./tests/start-up-and-test-pkcs11.sh
elif [[ $1 == "pytest" ]]; then
run_in_docker ./tests/start-up-and-test.sh
fi
if [[ $1 == "pkcs11" ]]; then
run_in_docker ./tests/start-up-and-test-pkcs11.sh
else
run_in_docker ./tests/start-up-and-test.sh
fi