From 7876f4b32a973c852b50ac828ad07a19d244d7a4 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Mon, 20 Mar 2023 18:02:33 +0100 Subject: [PATCH] pypicohsm is built everytime that test is run, since it could implement more features used by tests. Signed-off-by: Pol Henarejos --- tests/start-up-and-test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/start-up-and-test.sh b/tests/start-up-and-test.sh index 528957b..663e8fa 100755 --- a/tests/start-up-and-test.sh +++ b/tests/start-up-and-test.sh @@ -1,5 +1,7 @@ #!/bin/bash -eu +git clone https://github.com/polhenarejos/pypicohsm.git +pip3 install -e pypicohsm /usr/sbin/pcscd & sleep 2 rm -f memory.flash