X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=bindisttest%2FMakefile;fp=bindisttest%2FMakefile;h=7332bab24a1dd2e46b551946803fc52447697899;hp=0ac92265bc141f95b0459ed6f111da714a7ef6d3;hb=a7d15c389abb953f26a2cefdfde733d76904d19e;hpb=d24fc63ae1a193917d35ef3d4e31aba4e283267d diff --git a/bindisttest/Makefile b/bindisttest/Makefile index 0ac9226..7332bab 100644 --- a/bindisttest/Makefile +++ b/bindisttest/Makefile @@ -44,7 +44,8 @@ endif $(BIN_DIST_INST_DIR)/bin/ghc --make HelloWorld ./HelloWorld > output $(CONTEXT_DIFF) output expected_output - $(BIN_DIST_INST_DIR)/bin/ghc-pkg check +# Without --no-user-package-conf we might pick up random packages from ~/.ghc + $(BIN_DIST_INST_DIR)/bin/ghc-pkg check --no-user-package-conf clean distclean: $(RM) -rf $(BIN_DIST_INST_SUBDIR)