print messages for skipped tests

This commit is contained in:
Dustin Brody 2020-02-10 14:20:35 +01:00 committed by tersec
parent ebc8630d5a
commit 04f63da2cc
2 changed files with 2 additions and 0 deletions

View File

@ -66,5 +66,6 @@ suite "Official - Operations - Deposits " & preset():
for kind, path in walkDir(OperationsDepositsDir, true):
if path in expected_failures:
echo "Skipping test: ", path
continue
runTest(path)

View File

@ -69,5 +69,6 @@ suite "Official - Sanity - Blocks " & preset():
for kind, path in walkDir(SanityBlocksDir, true):
if path in expected_failures:
echo "Skipping test: ", path
continue
runTest(path)