pico-hsm/tests/start-up-and-test.sh
Pol Henarejos 6f8769ee8d
Added scripts for testing in a docker container.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
2023-01-30 01:24:10 +01:00

5 lines
119 B
Bash
Executable file

#!/bin/bash -eu
/usr/sbin/pcscd &
./build_in_docker/pico_hsm > /dev/null &
pytest tests -W ignore::DeprecationWarning