$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
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()