From e3a19e2dd6c03afcfc2704268fb72cbcd15fa927 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 2 Dec 2007 01:59:02 +0000 Subject: [PATCH] No-op no-empty action. [SVN r41562] --- historic/jam/test/action_status.jam | 2 ++ 1 file changed, 2 insertions(+) diff --git a/historic/jam/test/action_status.jam b/historic/jam/test/action_status.jam index a54fb50d8..1dc7a54f6 100644 --- a/historic/jam/test/action_status.jam +++ b/historic/jam/test/action_status.jam @@ -7,10 +7,12 @@ if ! $(BJAM_SUBTEST) ECHO --- Testing \"actions status results\"... ; assert "" 0 : (==) : [ SHELL "$(ARGV[1]) -f action_status.jam -sBJAM_SUBTEST=1" : exit-status : no-output ] ; + assert "" 0 : (==) : [ SHELL "$(ARGV[1]) -f action_status.jam -sBJAM_SUBTEST=1 \"-sACTION=;\"" : exit-status : no-output ] ; assert "" 0 : (!=) : [ SHELL "$(ARGV[1]) -f action_status.jam -sBJAM_SUBTEST=1 -sACTION=invalid" : exit-status : no-output ] ; } else { + #~ actions .a. { $(ACTION) } actions quietly .a. { $(ACTION) } rule .a.