mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 09:28:05 +00:00
Fix sc-hsm test.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
8e3801e9a2
commit
eaf3d051e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue