Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-08-26 12:16:41


Author: grafik
Date: 2007-08-26 12:16:38 EDT (Sun, 26 Aug 2007)
New Revision: 38965
URL: http://svn.boost.org/trac/boost/changeset/38965

Log:
Use some wildcard matching on the expected output as 'echo' on Windows outputs extra space before EOLs, which Unix doesn't.
Text files modified:
   trunk/tools/build/v2/test/regression.py | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/build/v2/test/regression.py
==============================================================================
--- trunk/tools/build/v2/test/regression.py (original)
+++ trunk/tools/build/v2/test/regression.py 2007-08-26 12:16:38 EDT (Sun, 26 Aug 2007)
@@ -74,7 +74,7 @@
 
 # Make sure args are handled.
 t.expect_content("bin/r.test/$toolset/debug/r.output",
- "foo\nbar\n\nEXIT STATUS: 0\n",True)
+ "foo\nbar\n*\nEXIT STATUS: 0*\n",True)
 
 # Test that input file is handled as well.
 t.write("r.cpp", """


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