mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-05 06:03:11 +00:00
debugging in ci
This commit is contained in:
parent
48ab78da3b
commit
3d186dd0a5
@ -47,6 +47,7 @@ proc waitUntilOutput*(node: NodeProcess, output: string) =
|
||||
if node.debug:
|
||||
raiseAssert "cannot read node output when in debug mode"
|
||||
when defined(windows):
|
||||
sleep(5_000)
|
||||
let lines = node.process.outputStream.lines.toSeq
|
||||
echo ">>> lines count: ", lines.len
|
||||
echo ">>> lines: ", lines
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user