|
Boost-Commit : |
From: grafikrobot_at_[hidden]
Date: 2007-12-01 21:03:48
Author: grafik
Date: 2007-12-01 21:03:48 EST (Sat, 01 Dec 2007)
New Revision: 41563
URL: http://svn.boost.org/trac/boost/changeset/41563
Log:
';' can't be a no-op on nix.
Text files modified:
trunk/tools/jam/test/action_status.jam | 5 ++++-
1 files changed, 4 insertions(+), 1 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 21:03:48 EST (Sat, 01 Dec 2007)
@@ -7,7 +7,10 @@
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 ] ;
+ if $(NT)
+ {
+ 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
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