mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-05-07 12:43:06 +00:00
Finally it seems to work.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
ab71b3163b
commit
478b186094
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash -eu
|
||||
|
||||
/usr/sbin/pcscd -f -d &
|
||||
/usr/sbin/pcscd &
|
||||
sleep 2
|
||||
./build_in_docker/pico_hsm
|
||||
#pytest tests -W ignore::DeprecationWarning
|
||||
./build_in_docker/pico_hsm > /dev/null &
|
||||
pytest tests -W ignore::DeprecationWarning
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue