From 7cb84d073932c12e3a564dfe2511246c2ff13ff0 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Tue, 25 Dec 2007 09:25:25 +0000 Subject: [PATCH] Fix typos. Patch from Jurko Gospodnetic [SVN r42296] --- v2/test/BoostBuild.py | 3 +-- v2/test/empty.jam | 4 ++-- v2/test/readme.txt | 7 +++---- v2/test/test_system.html | 2 +- v2/util/option.jam | 2 +- 5 files changed, 8 insertions(+), 10 deletions(-) diff --git a/v2/test/BoostBuild.py b/v2/test/BoostBuild.py index 7e4a6a62f..f2df6e46c 100644 --- a/v2/test/BoostBuild.py +++ b/v2/test/BoostBuild.py @@ -461,7 +461,7 @@ class Tester(TestCmd.TestCmd): if condition and hasattr(self, 'difference'): f = StringIO() self.difference.pprint(f) - annotation("changes causes by the last build command", f.getvalue()) + annotation("changes caused by the last build command", f.getvalue()) if condition and dump_stdio: self.dump_stdio() @@ -662,7 +662,6 @@ class Tester(TestCmd.TestCmd): def maybe_do_diff(self, actual, expected): if os.environ.has_key("DO_DIFF") and os.environ["DO_DIFF"] != '': - e = tempfile.mktemp("expected") a = tempfile.mktemp("actual") open(e, "w").write(expected) diff --git a/v2/test/empty.jam b/v2/test/empty.jam index 895b1087e..c6220580c 100644 --- a/v2/test/empty.jam +++ b/v2/test/empty.jam @@ -1,5 +1,5 @@ -# This file is empty; it just suppresses warnings - # Copyright 2001 Dave Abrahams # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + +# This file is empty; it just suppresses warnings diff --git a/v2/test/readme.txt b/v2/test/readme.txt index b29e79dc0..48459f805 100644 --- a/v2/test/readme.txt +++ b/v2/test/readme.txt @@ -1,7 +1,6 @@ -Comprehensive tests for Boost.Build v2; requires Python. To test, execute: - - python test_all.py - # Copyright 2002 Dave Abrahams # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + + See test_system.html for detailed information on using the Boost Build test +system. diff --git a/v2/test/test_system.html b/v2/test/test_system.html index 7cdb48529..a897d4f37 100644 --- a/v2/test/test_system.html +++ b/v2/test/test_system.html @@ -91,7 +91,7 @@ and scripts for automatically testing user-obversable behaviour. It uses components from testing systems of Scons and Subverion, together with some + "http://subversion.tigris.org">Subversion, together with some additional functionality.

To run the tests you'd need:

diff --git a/v2/util/option.jam b/v2/util/option.jam index 57944a8b6..4c4128359 100644 --- a/v2/util/option.jam +++ b/v2/util/option.jam @@ -25,7 +25,7 @@ rule process ( ) # Check command-line args as soon as possible. For each option try # to load module named after option. Is that succeeds, invoke 'process' # rule in the module. The rule may return "true" to indicate that the - # regular built process should not be attempted. + # regular build process should not be attempted. # # Options take the general form of: --[=] [] #