Skip to content

Commit

Permalink
Fix Nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyYakeley committed Oct 18, 2023
1 parent 27f30a7 commit 9f46d1e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local/
out/
/local/
/out/
.build
.stack-root
.stack-work
Expand Down
2 changes: 1 addition & 1 deletion Pinafore/pinafore-app/app/main/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ testOptionParsing =

testOptionHelp :: TestTree
testOptionHelp =
testHandleVsFileInDir ("test" </> "golden") "option-help" $ \h -> do
testHandleVsFileInDir ("app/main/test") "option-help" $ \h -> do
let pr = execParserPure defaultPrefs optParserInfo ["--help"]
case pr of
Failure (ParserFailure f) ->
Expand Down
1 change: 1 addition & 0 deletions Pinafore/pinafore-app/test/out/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.out

0 comments on commit 9f46d1e

Please sign in to comment.