From c38b3a59ff0426f4fa1c8d2a2cbb7dacc50db799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Sat, 28 Jul 2012 14:12:39 +0000 Subject: [PATCH] Minor stylistic comment update in the internal Boost Build rebuilds.py test. [SVN r79784] --- v2/test/rebuilds.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/v2/test/rebuilds.py b/v2/test/rebuilds.py index 149607665..89b2cdfe4 100644 --- a/v2/test/rebuilds.py +++ b/v2/test/rebuilds.py @@ -46,11 +46,11 @@ t.expect_addition(["aux1", "aux2"]) t.expect_nothing_more() t.touch("bar") -# The following wait is needed to make the test system correctly recognize the -# 'bar' file as touched by the next build run, even if it uses 1 second file -# modification timestamp resolution and the build system does the rebuild fast -# enough that the original and the touched files have their file modification -# timestamps within the same second. +# Wait to make the test system correctly recognize the 'bar' file as touched by +# the next build run, even if it uses 1 second file modification timestamp +# resolution and the build system does the rebuild fast enough that the +# original and the touched files have their file modification timestamps within +# the same second. t.wait_for_time_change() t.run_build_system() t.expect_touch(["foo", "bar", "aux1", "aux2"])