You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test runner currently checks the current time (Unix.gettimeofday) to decide whether to set Config.show_hidden. A --now flag should be added as an alternative, to override the current time.
Advantages:
don't have to worry about timezone or clock issues inside the docker container
if set by a CI runner to the build start time, no issues with builds taking a long time to reach the call to Unix.gettimeofday.
The text was updated successfully, but these errors were encountered:
The test runner currently checks the current time (
Unix.gettimeofday
) to decide whether to setConfig.show_hidden
. A--now
flag should be added as an alternative, to override the current time.Advantages:
Unix.gettimeofday
.The text was updated successfully, but these errors were encountered: