From 088002863cbfbf3a48d645c60883e70dfc8360d6 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Mon, 20 Mar 2023 18:03:49 +0100 Subject: [PATCH] Before cloning, it should be removed. Signed-off-by: Pol Henarejos --- tests/start-up-and-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/start-up-and-test.sh b/tests/start-up-and-test.sh index 663e8fa..9ba94b4 100755 --- a/tests/start-up-and-test.sh +++ b/tests/start-up-and-test.sh @@ -1,5 +1,6 @@ #!/bin/bash -eu +rm -rf pypicohsm git clone https://github.com/polhenarejos/pypicohsm.git pip3 install -e pypicohsm /usr/sbin/pcscd &