Skip to content

Commit 4aad980

Browse files
committed
More tests for pcscd
1 parent 1a294cc commit 4aad980

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/test-openpgp.sh

+12
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,18 @@ echo "com.licel.jcardsim.vsmartcard.port=35963" >> openpgp_jcardsim.cfg;
3131
PCSCD_DEBUG="-d"
3232
. .github/restart-pcscd.sh
3333

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/*
3446
ps -ef
3547

3648
# start the applet and run couple of commands against that

0 commit comments

Comments
 (0)