summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2021-11-01 12:10:30 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2021-11-01 12:10:30 -0700
commita2a6c9c333b245530b3ec34c7c8d88fca8d700c4 (patch)
tree3836c654a8897993f38dfc1a6c15b1ab7594fe75
parentc90a47623fefb3787b737c014df7392fe325795b (diff)
downloadscons-git-a2a6c9c333b245530b3ec34c7c8d88fca8d700c4.tar.gz
fix --no-ignore-skips
-rwxr-xr-xruntest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtest.py b/runtest.py
index 741b2562d..1d93b0caa 100755
--- a/runtest.py
+++ b/runtest.py
@@ -858,7 +858,6 @@ if args.output:
if isinstance(sys.stderr, Tee):
sys.stderr.file.close()
-import pdb; pdb.set_trace()
if fail:
sys.exit(1)
elif no_result and args.dont_ignore_skips: