Do not request dev cert when performing tests.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2024-11-09 00:50:51 +01:00
parent 9457433844
commit 618fdb4c1a
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -37,7 +37,7 @@ gen_and_delete() {
test $? -eq 0 && echo -n "." || exit $? test $? -eq 0 && echo -n "." || exit $?
} }
reset() { reset() {
python3 tools/pico-hsm-tool.py --pin 648219 initialize --so-pin 57621880 --silent > /dev/null 2>&1 python3 tools/pico-hsm-tool.py --pin 648219 initialize --so-pin 57621880 --silent --no-dev-cert > /dev/null 2>&1
test $? -eq 0 || exit $? test $? -eq 0 || exit $?
} }