$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: jurko.gospodnetic_at_[hidden]
Date: 2008-01-05 11:57:18
Author: jurko
Date: 2008-01-05 11:57:17 EST (Sat, 05 Jan 2008)
New Revision: 42482
URL: http://svn.boost.org/trac/boost/changeset/42482
Log:
Corrected an invalid command-line option name reference.
Text files modified:
trunk/tools/build/v2/tools/testing.jam | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/tools/testing.jam
==============================================================================
--- trunk/tools/build/v2/tools/testing.jam (original)
+++ trunk/tools/build/v2/tools/testing.jam 2008-01-05 11:57:17 EST (Sat, 05 Jan 2008)
@@ -90,7 +90,7 @@
: $(target-name) : $(sources)
: $(requirements) <location-prefix>$(target-name).test ] ;
- # Remember the test (for --dump-test).
+ # Remember the test (for --dump-tests).
# A good way would be to collect all given a project.
# This has some technical problems: e.g. we can't call this dump from
# Jamfile since projects referred by 'build-project' are not available until