aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debug/testlib.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/testlib.py b/debug/testlib.py
index f820aaf..89b8efa 100644
--- a/debug/testlib.py
+++ b/debug/testlib.py
@@ -970,6 +970,7 @@ class BaseTest:
sys.stdout.flush()
+ print(">>> skip:", self.target.skip_tests)
if self.__class__.__name__ in self.target.skip_tests or \
not self.early_applicable():
return "not_applicable"