test: Fix regex match error after some recent changes
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
This commit is contained in:
parent
d519996959
commit
23f9173720
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue