From aae151a0ab773eab8adfdb4a8a49efa32646f29c Mon Sep 17 00:00:00 2001 From: Jan Pochyla Date: Tue, 15 Aug 2017 17:34:12 +0200 Subject: [PATCH] tests: skip multisig marker --- tests/run_tests_device.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run_tests_device.sh b/tests/run_tests_device.sh index 6a507fe8e..38fb2eccb 100755 --- a/tests/run_tests_device.sh +++ b/tests/run_tests_device.sh @@ -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")