Clear $HYDRA_CONFIG in the tests

Otherwise one might accidentally send out HipChat notifications when
running the tests...
This commit is contained in:
Eelco Dolstra 2013-07-19 14:42:34 +02:00
parent 659c829e88
commit b47d9814e3

View file

@ -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" \