diff --git a/test/dev.ts b/test/dev.ts index e682988d7d..21432f3a51 100644 --- a/test/dev.ts +++ b/test/dev.ts @@ -44,7 +44,7 @@ await beforeTest() const { rootDir, adminRoute } = getNextRootDir(testSuiteArg) -await safelyRunScriptFunction(runInit, 4000, testSuiteArg) +await safelyRunScriptFunction(runInit, 4000, testSuiteArg, true) // Open the admin if the -o flag is passed if (args.o) {