mirror of
https://github.com/polhenarejos/pico-hsm
synced 2026-04-27 17:13:22 +02:00
6 lines
119 B
Bash
Executable File
6 lines
119 B
Bash
Executable File
#!/bin/bash -eu
|
|
|
|
/usr/sbin/pcscd &
|
|
./build_in_docker/pico_hsm > /dev/null &
|
|
pytest tests -W ignore::DeprecationWarning
|