summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2015-05-22 16:23:13 +0200
committerMagnus Ahltorp <map@kth.se>2015-05-22 16:23:13 +0200
commitb3cf7d7737f1fb32bff222e184ae62a3b44f736f (patch)
tree2b4a0d21b48a692ad58412b63bfb29d4df8db2e0 /Makefile
parent0fe29c04e47b6660cf816f615537a61028c4deb9 (diff)
Don't require --publickey, but print better error message.check-sth3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2acaee2..0657b43 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ tests-prepare:
mv $(INSTDIR)/tests/privatekeys/merge-1.pem $(INSTDIR)/tests/publickeys/
-test -x $(SOFTHSM) && $(SOFTHSM) --init-token --slot=0 --label=mylabel --so-pin=ffff --pin=ffff
-test -x $(SOFTHSM) && $(SOFTHSM) --import $(INSTDIR)/tests/keys/logkey-private.pkcs8 --slot 0 --label mylabel --pin ffff --id 00
- rm $(INSTDIR)/cur-sth.json
+ rm -f $(INSTDIR)/cur-sth.json
tests-start:
@for node in $(NODES); do \