2023-03-03 01:15:01 +01:00
|
|
|
#!/bin/bash -eu
|
|
|
|
|
|
|
|
|
|
/usr/sbin/pcscd &
|
|
|
|
|
sleep 2
|
|
|
|
|
rm -f memory.flash
|
2025-08-29 01:32:22 +02:00
|
|
|
cp -R tests/docker/fido2/* /usr/local/lib/python3.11/dist-packages/fido2/hid
|
2023-03-03 01:15:01 +01:00
|
|
|
./build_in_docker/pico_fido > /dev/null &
|
|
|
|
|
pytest tests
|