Skip to content

Commit

Permalink
Revert "test-oseid.sh use restart-pcscd.sh"
Browse files Browse the repository at this point in the history
This is unrelated to to the PR  so if needed submit as seperate PR

This reverts commit 00c4a73.

 On branch X25519-improvements-2
 Changes to be committed:
	modified:   .github/test-oseid.sh
  • Loading branch information
dengert committed Mar 28, 2024
1 parent 00c4a73 commit 4bcfbe7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/test-oseid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ sudo mv tmp/reader.conf /etc/reader.conf.d/reader.conf
cat /etc/reader.conf.d/reader.conf
popd

# prepare pcscd
. .github/restart-pcscd.sh

sudo /etc/init.d/pcscd restart

# Needed for tput to not report warnings
export TERM=xterm-256color
Expand Down Expand Up @@ -67,5 +65,7 @@ $VALGRIND ./p11test -s 0 -p 11111111 -o oseid.json
diff -u3 oseid_ref.json oseid.json
popd

# cleanup -- this would break later uses of pcscd
kill -9 $PID
rm oseid/src/card_mem
sudo rm /etc/reader.conf.d/reader.conf

0 comments on commit 4bcfbe7

Please sign in to comment.