From b47d9814e3816e119a3441d5f89fc2daf42c3b51 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 19 Jul 2013 14:42:34 +0200 Subject: [PATCH] Clear $HYDRA_CONFIG in the tests Otherwise one might accidentally send out HipChat notifications when running the tests... --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index b4242741..ab848d85 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,6 +3,7 @@ TESTS_ENVIRONMENT = \ HYDRA_DBI="dbi:SQLite:db.sqlite" \ HYDRA_DATA="$(abs_builddir)/data" \ HYDRA_HOME="$(top_srcdir)/src" \ + HYDRA_CONFIG= \ NIX_REMOTE= \ NIX_CONF_DIR="$(abs_builddir)/nix/etc/nix" \ NIX_STATE_DIR="$(abs_builddir)/nix/var/nix" \