Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
[tmp] What socket path and its length
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeinsky committed Sep 30, 2022
1 parent 97da264 commit 0ee5dcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions marconi/test/Integration.hs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ testIndex = H.integration . HE.runFinallies . HE.workspace "chairman" $ \tempAbs

base <- HE.noteM $ liftIO . IO.canonicalizePath =<< HE.getProjectBase
(socketPathAbs, networkId, tempAbsPath) <- startTestnet base tempAbsBasePath'
void $ liftIO $ putStrLn $ "socketPathAbs " <> socketPathAbs <> " " <> length socketPathAbs

-- Create a channel that is passed into the indexer, such that it
-- can write index updates to it and we can await for them (also
Expand Down

0 comments on commit 0ee5dcd

Please sign in to comment.