2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Minor stylistic comment update in the internal Boost Build rebuilds.py test.

[SVN r79784]
This commit is contained in:
Jurko Gospodnetić
2012-07-28 14:12:39 +00:00
parent d48ed450b9
commit c38b3a59ff

View File

@@ -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"])