Skip to content

Commit 457d5c3

Browse files
committed
disable option only in branch again.
1 parent aa72dac commit 457d5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release_tester/arangodb/starter/manager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def __init__(
8989
# self.moreopts += ["--args.all.log.output=startup=file://@ARANGODB_SERVER_DIR@/arangod_startup.log"]
9090
# self.moreopts += ["--starter.disable-ipv6=false"]
9191
# self.moreopts += ["--starter.host=127.0.0.1"]
92-
self.moreopts += ["--args.all.temp.dumpenv=true"]
92+
# self.moreopts += ["--args.all.temp.dumpenv=true"]
9393

9494
if self.cfg.hot_backup_supported and self.cfg.semver.prerelease is not None and self.cfg.semver.minor >= 9:
9595
self.moreopts += [

0 commit comments

Comments
 (0)