mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-25 05:29:46 +00:00
* tests/scripts/features/output-sync: Revert bad change in 0c5a9f9b92
This commit is contained in:
parent
aa44e66c8f
commit
b80837c553
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ sub output_sync_clean {
|
|||
# reliable. If things are too fast, then sometimes a different job will steal
|
||||
# the output sync lock and the output is mis-ordered from what we expect.
|
||||
sub output_sync_wait {
|
||||
return "while [ ! -f ../mksync.$_[0] ]; do :; done; $sleep_command 1";
|
||||
return "while [ ! -f ../mksync.$_[0] ]; do :; done; $CMD_rmfile ../mksync.$_[0].wait; $sleep_command 1";
|
||||
}
|
||||
sub output_sync_set {
|
||||
return "date > ../mksync.$_[0]";
|
||||
|
|
Loading…
Reference in a new issue