tests: skip multisig marker

pull/25/head
Jan Pochyla 7 years ago
parent 23b5e839fb
commit aae151a0ab

@ -55,7 +55,7 @@ for i in \
test_zerosig.py \
; do
if pytest -q $i ; then
if pytest -k-multisig -q $i ; then
results+=("OK $i")
else
results+=("FAIL $i")

Loading…
Cancel
Save