Changeset 79173

Timestamp:
Jun 29, 2012, 6:24:52 PM (10 years ago)
Author:
Jurko Gospodnetic
Message:

Fixed a Boost Build testing framework bug causing occasional & sporadic failures when you have one test build run making some changes, then another making no changes and then try to wait for the clock ticker to change enough to make newly touched or created files newer than the ones already existing on the system. In those cases the second test build run would clear the 'last build finished' timestamp and newly touched files might end up with the last modification timestamp equal to those already existing in the system. Also removed unnecessary wait_for_time_change_since_last_build() calls in BoostBuild.Tester.copy() and BoostBuild.Tester.rm().

(No files)

Note: See TracChangeset for help on using the changeset viewer.