2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

No-op no-empty action.

[SVN r41562]
This commit is contained in:
Rene Rivera
2007-12-02 01:59:02 +00:00
parent 89db6c49ff
commit e3a19e2dd6

View File

@@ -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.