pico-hsm/tests/start-up-and-test.sh
Pol Henarejos 2f5fcd1f14
Start pcscd with debug flag to get more debug info.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
2023-01-30 13:09:17 +01:00

5 lines
122 B
Bash
Executable file

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