Bug 1243 - exiting waf shell should not generate report on what modules are built

This commit is contained in:
Mitch Watrous
2011-08-16 09:41:56 -07:00
parent d33563b5e4
commit 19cd0e9065

View File

@@ -827,7 +827,8 @@ def shutdown(ctx):
if ((not Options.options.run)
and (not Options.options.pyrun)
and ('clean' not in Options.arg_line)
and ('distclean' not in Options.arg_line)):
and ('distclean' not in Options.arg_line)
and ('shell' not in Options.arg_line)):
# Print the list of built modules.
print