Boost logo

Boost-Commit :

From: ghost_at_[hidden]
Date: 2007-09-04 16:29:57


Author: vladimir_prus
Date: 2007-09-04 16:29:56 EDT (Tue, 04 Sep 2007)
New Revision: 39121
URL: http://svn.boost.org/trac/boost/changeset/39121

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

Modified: trunk/tools/build/v2/test/gcc_runtime.py
==============================================================================
--- trunk/tools/build/v2/test/gcc_runtime.py (original)
+++ trunk/tools/build/v2/test/gcc_runtime.py 2007-09-04 16:29:56 EDT (Tue, 04 Sep 2007)
@@ -26,7 +26,7 @@
 
 t.run_build_system("runtime-link=static", status=1)
 t.fail_test(string.find(t.stdout(),
- "on gcc, DLL can't be build with <runtime-link>static") == -1)
+ "On gcc, DLL can't be build with '<runtime-link>static'") == -1)
 
 t.run_build_system("link=static runtime-link=static")
 t.expect_addition("bin/$toolset/debug/link-static/runtime-link-static/hello.lib")


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