test: Fix regex match error after some recent changes
continuous-integration/appveyor/branch AppVeyor build succeeded Details

master v3.0.0-beta.14
Jonatan Nilsson 2022-03-29 20:38:59 +00:00
parent d519996959
commit 23f9173720
1 changed files with 1 additions and 1 deletions

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)
}