From 478b18609412337d7289eba7a5e7faaff7b9647f Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Mon, 30 Jan 2023 16:09:57 +0100 Subject: [PATCH] Finally it seems to work. Signed-off-by: Pol Henarejos --- tests/start-up-and-test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/start-up-and-test.sh b/tests/start-up-and-test.sh index 9b17520..2847bb7 100755 --- a/tests/start-up-and-test.sh +++ b/tests/start-up-and-test.sh @@ -1,6 +1,6 @@ #!/bin/bash -eu -/usr/sbin/pcscd -f -d & +/usr/sbin/pcscd & sleep 2 -./build_in_docker/pico_hsm -#pytest tests -W ignore::DeprecationWarning +./build_in_docker/pico_hsm > /dev/null & +pytest tests -W ignore::DeprecationWarning