summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_crashers.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_crashers.py')
-rw-r--r--Lib/test/test_crashers.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test_crashers.py b/Lib/test/test_crashers.py
index ee612c2..86f88f7 100644
--- a/Lib/test/test_crashers.py
+++ b/Lib/test/test_crashers.py
@@ -24,6 +24,8 @@ class CrasherTest(unittest.TestCase):
continue
# Some "crashers" only trigger an exception rather than a
# segfault. Consider that an acceptable outcome.
+ if test.support.verbose:
+ print("Checking crasher:", fname)
assert_python_failure(fname)