Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-12-01 20:59:03


Author: grafik
Date: 2007-12-01 20:59:02 EST (Sat, 01 Dec 2007)
New Revision: 41562
URL: http://svn.boost.org/trac/boost/changeset/41562

Log:
No-op no-empty action.
Text files modified:
   trunk/tools/jam/test/action_status.jam | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: trunk/tools/jam/test/action_status.jam
==============================================================================
--- trunk/tools/jam/test/action_status.jam (original)
+++ trunk/tools/jam/test/action_status.jam 2007-12-01 20:59:02 EST (Sat, 01 Dec 2007)
@@ -7,10 +7,12 @@
     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.


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk