Test.hs: inherit stderr from the parent
This allows to show the progress while building the tests
This commit is contained in:
parent
e2cc0101af
commit
0564a32785
2
Test.hs
2
Test.hs
|
@ -17,7 +17,7 @@ import Data.List (find)
|
|||
currentChannel = "channel:nixos-19.09-small"
|
||||
|
||||
-- | Utils function: run a command and returns its output.
|
||||
processOutput p args = Text.strip . Text.pack <$> readCreateProcess ((proc (Text.unpack p) (Text.unpack <$> args)) { std_err = CreatePipe }) ""
|
||||
processOutput p args = Text.strip . Text.pack <$> readCreateProcess ((proc (Text.unpack p) (Text.unpack <$> args)) { std_err = Inherit }) ""
|
||||
|
||||
-- * OpenGL
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user