We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b23aa commit c5bdf0fCopy full SHA for c5bdf0f
src/test_certs_r5.sh
@@ -93,6 +93,10 @@ for providerdir in $(ls -d $inputdir/*/); do
93
# BC scripts can handle a whole zip file, which has better performance
94
# than invoking a new JVM for each cert.
95
if [ "$verifier" = "bc" ]; then
96
+ echo "DEBUG $(pwd)/$zip"
97
+ echo $(pwd)/$zip
98
+ echo "ls -l $(pwd)/$zip"
99
100
(verify_r3.sh $(pwd)/$zip >> $resultsfile)
101
else # other providers
102
unzipdir=${providerdir}$certsdir
0 commit comments