mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-05-01 04:16:23 +00:00
Start pcscd with debug flag to get more debug info.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
24d430a3ac
commit
2f5fcd1f14
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash -eu
|
||||
|
||||
/usr/sbin/pcscd &
|
||||
/usr/sbin/pcscd -d &
|
||||
./build_in_docker/pico_hsm > /dev/null &
|
||||
pytest tests -W ignore::DeprecationWarning
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue