We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a294cc commit 4aad980Copy full SHA for 4aad980
.github/test-openpgp.sh
@@ -31,6 +31,18 @@ echo "com.licel.jcardsim.vsmartcard.port=35963" >> openpgp_jcardsim.cfg;
31
PCSCD_DEBUG="-d"
32
. .github/restart-pcscd.sh
33
34
+sleep 5
35
+echo "Is pcscd running:"
36
+ps -ef | grep pcscd
37
+
38
+echo "Test for /var/run/pcscd/"
39
+if [ -d /var/run/pcscd/ ] ; then
40
+ ls -la /var/run/pcscd/*
41
+fi
42
43
+echo "Test for /run/pcscd/"
44
+if [ -d /run/pcscd/ ] ; then
45
+ ls -la /run/pcscd/*
46
ps -ef
47
48
# start the applet and run couple of commands against that
0 commit comments