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