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:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user