From 19cd0e906555325fcb255ad35ae84f468a7f7404 Mon Sep 17 00:00:00 2001 From: Mitch Watrous Date: Tue, 16 Aug 2011 09:41:56 -0700 Subject: [PATCH] Bug 1243 - exiting waf shell should not generate report on what modules are built --- wscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wscript b/wscript index 10203db7e..e23c74f0c 100644 --- a/wscript +++ b/wscript @@ -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