forked from lix-project/hydra
tests: $(topsrc_dir) -> $(top_srcdir).
This commit is contained in:
parent
87c556e6ea
commit
cf0a6a5fc7
|
@ -1,7 +1,7 @@
|
|||
TESTS_ENVIRONMENT = \
|
||||
HYDRA_DBI="dbi:SQLite:db.sqlite" \
|
||||
HYDRA_DATA="$(builddir)/data" \
|
||||
HYDRA_HOME="$(topsrc_dir)/src" \
|
||||
HYDRA_HOME="$(top_srcdir)/src" \
|
||||
NIX_REMOTE= \
|
||||
NIX_STATE_DIR="$(builddir)/nix/var/nix" \
|
||||
NIX_STORE_DIR="$(builddir)/nix/store" \
|
||||
|
|
Loading…
Reference in a new issue