Skip to content

Commit

Permalink
Ignore Global Packages When Running Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
s0kil committed Feb 25, 2021
1 parent db54276 commit a19984d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env nix-shell
#! nix-shell -i bash

runghc $(make -f lib/IHP/Makefile.dist print-ghc-extensions) -iIDE Test/Main.hs
runghc -package-env - $(make -f lib/IHP/Makefile.dist print-ghc-extensions) -iIDE Test/Main.hs

0 comments on commit a19984d

Please sign in to comment.