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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user