Boost logo

Boost-Commit :

From: ghost_at_[hidden]
Date: 2007-10-08 17:47:05


Author: vladimir_prus
Date: 2007-10-08 17:47:05 EDT (Mon, 08 Oct 2007)
New Revision: 39821
URL: http://svn.boost.org/trac/boost/changeset/39821

Log:
Windows fix
Text files modified:
   trunk/tools/build/v2/test/free_features_request.py | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/build/v2/test/free_features_request.py
==============================================================================
--- trunk/tools/build/v2/test/free_features_request.py (original)
+++ trunk/tools/build/v2/test/free_features_request.py 2007-10-08 17:47:05 EDT (Mon, 08 Oct 2007)
@@ -40,6 +40,6 @@
 # target, we'll get a link error at this point.
 t.run_build_system("hello define=FOO")
 
-t.expect_addition("bin/$toolset/debug/hello")
+t.expect_addition("bin/$toolset/debug/hello.exe")
 
 t.cleanup()


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