Fix sc-hsm test.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2024-10-15 23:16:02 +02:00
parent 8e3801e9a2
commit eaf3d051e3
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -14,7 +14,7 @@ test $? -eq 0 && echo -n "." || {
echo -e "\t${FAIL}" echo -e "\t${FAIL}"
exit 1 exit 1
} }
grep -q "338 tests performed" <<< $e && echo -n "." || { grep -q "334 tests performed" <<< $e && echo -n "." || {
echo -e "\t${FAIL}" echo -e "\t${FAIL}"
exit 1 exit 1
} }