Skip to content

Commit 341495e

Browse files
committed
test
1 parent 0d85861 commit 341495e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_keymanager_api.nim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2049,6 +2049,9 @@ proc delayedTests(basePort: int, pool: ref ValidatorPool,
20492049
ProcessState.scheduleStop("stop")
20502050

20512051
proc main(basePort: int) {.async.} =
2052+
# Overwrite the standard nim stop handlers
2053+
ProcessState.setupStopHandlers()
2054+
20522055
if dirExists(dataDir):
20532056
os.removeDir dataDir
20542057

0 commit comments

Comments
 (0)