Skip to content
Snippets Groups Projects
Commit 720057f4 authored by Ondřej Kuzník's avatar Ondřej Kuzník
Browse files

ITS#8753 Fix pinning test script with no openssl

parent 05e07805
No related branches found
No related tags found
No related merge requests found
......@@ -296,12 +296,8 @@ fi
test $KILLSERVERS != no && kill -HUP $KILLPIDS
if test $RC != 0 ; then
echo ">>>>> Test failed"
else
echo ">>>>> Test succeeded"
RC=0
fi
echo ">>>>> Test succeeded"
RC=0
test $KILLSERVERS != no && wait
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment