On Thu, Jul 27, 2023 at 04:39:43PM -0400, Theodore Ts'o wrote: > On Thu, Jul 27, 2023 at 03:05:12PM -0400, Theodore Ts'o wrote: > > Commit 3e85dd4fe423 ("misc: add duration for long soak tests") added a > > helper executable, soak_duration.awk, is which used by the check > > script if SOAK_DURATION is set. This script translates a > > "human-firendly" time duration specifier, such as 4m or 2d into an > > s/firendly/friendly/ > > > integer number of seconds. We need to make sure that this script is > > installed or the checks script will bomb out of SOAK_DURATION is set > > s/checks/check/ > > > (and the fstests installation doesn't include a full set of fstests > > source, but just those files installed by "make install"). > > s/and/and if/ > > Apologies for the typos in the commit description. Thanks for this fix, I'll fix that when I merge it. Thanks, Zorro > > - Ted >