use regex for vm output and expected content

This commit is contained in:
2024-10-09 12:18:56 +03:00
parent 3d409a7a59
commit 1d67fb694b
3 changed files with 72 additions and 13 deletions

View File

@@ -97,6 +97,6 @@ func TestEngine(sessionId string) (engine.Engine, func()) {
logg.Infof("testengine storage closed")
}
en = en.WithDebug(nil)
//en = en.WithDebug(nil)
return en, cleanFn
}