Skip to content

Commit

Permalink
tmp test macOS 4, fixed 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Shevchenko committed Jan 17, 2022
1 parent a6f7737 commit 0a843bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cardano-tracer/test/Cardano/Tracer/Test/Logs/Tests.hs
Expand Up @@ -75,7 +75,9 @@ propLogs format rootDir localSock = do
_ -> false "there is more than one symlink"
else false "there is still 1 single log, no rotation"
-}
_ -> false "root dir contains more than one subdir"
subDirs -> do
traceIO $ "FAILED subDirs: " <> show subDirs
false "root dir contains more than one subdir"
False -> false "root dir doesn't exist"
where
config root p = TracerConfig
Expand Down

0 comments on commit 0a843bb

Please sign in to comment.