test: Fix regex match error after some recent changes
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded

This commit is contained in:
Jonatan Nilsson 2022-03-29 20:38:59 +00:00
parent d519996959
commit 23f9173720

View file

@ -353,7 +353,7 @@ runners.forEach(function([runnerName, appname]) {
}
if (appname !== 'testappcluster') {
while (!hasLogLine(/restart request.*v2_nolisten.*dirty/)) {
while (!hasLogLine(/restart.*v2_nolisten.*dirty/)) {
await catchupLog(10)
}