Skip to content

Commit c5bdf0f

Browse files
authored
Update test_certs_r5.sh
1 parent 74b23aa commit c5bdf0f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test_certs_r5.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ for providerdir in $(ls -d $inputdir/*/); do
9393
# BC scripts can handle a whole zip file, which has better performance
9494
# than invoking a new JVM for each cert.
9595
if [ "$verifier" = "bc" ]; then
96+
echo "DEBUG $(pwd)/$zip"
97+
echo $(pwd)/$zip
98+
echo "ls -l $(pwd)/$zip"
99+
echo $(pwd)/$zip
96100
(verify_r3.sh $(pwd)/$zip >> $resultsfile)
97101
else # other providers
98102
unzipdir=${providerdir}$certsdir

0 commit comments

Comments
 (0)