mirror of
https://github.com/polhenarejos/pico-hsm
synced 2026-06-11 21:08:17 +02:00
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user