Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66566 - in trunk/libs: functional/hash/test unordered/test/unordered
From: dnljms_at_[hidden]
Date: 2010-11-14 06:43:00


Author: danieljames
Date: 2010-11-14 06:42:58 EST (Sun, 14 Nov 2010)
New Revision: 66566
URL: http://svn.boost.org/trac/boost/changeset/66566

Log:
Remove some 'always_show_run_output' flags.
Text files modified:
   trunk/libs/functional/hash/test/Jamfile.v2 | 4 ++--
   trunk/libs/unordered/test/unordered/Jamfile.v2 | 2 +-
   2 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/libs/functional/hash/test/Jamfile.v2
==============================================================================
--- trunk/libs/functional/hash/test/Jamfile.v2 (original)
+++ trunk/libs/functional/hash/test/Jamfile.v2 2010-11-14 06:42:58 EST (Sun, 14 Nov 2010)
@@ -25,8 +25,8 @@
         [ run hash_number_test.cpp ]
         [ run hash_pointer_test.cpp ]
         [ run hash_function_pointer_test.cpp ]
- [ run hash_float_test.cpp : : : <test-info>always_show_run_output ]
- [ run hash_long_double_test.cpp : : : <test-info>always_show_run_output ]
+ [ run hash_float_test.cpp ]
+ [ run hash_long_double_test.cpp ]
         [ run hash_string_test.cpp ]
         [ run hash_range_test.cpp ]
         [ run hash_custom_test.cpp ]

Modified: trunk/libs/unordered/test/unordered/Jamfile.v2
==============================================================================
--- trunk/libs/unordered/test/unordered/Jamfile.v2 (original)
+++ trunk/libs/unordered/test/unordered/Jamfile.v2 2010-11-14 06:42:58 EST (Sun, 14 Nov 2010)
@@ -30,7 +30,7 @@
         [ run equivalent_keys_tests.cpp ]
         [ run constructor_tests.cpp ]
         [ run copy_tests.cpp ]
- [ run move_tests.cpp : : : <test-info>always_show_run_output ]
+ [ run move_tests.cpp ]
         [ run assign_tests.cpp ]
         [ run insert_tests.cpp ]
         [ run insert_stable_tests.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