From 9c787e5e94f0d48ce194f7d49a6c9e4b18f0d3c2 Mon Sep 17 00:00:00 2001 From: regnat Date: Thu, 29 Apr 2021 07:12:07 +0200 Subject: [PATCH] Document the use_external_destination_store test_init param --- t/lib/Setup.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/lib/Setup.pm b/t/lib/Setup.pm index 28181e96..151e3d61 100644 --- a/t/lib/Setup.pm +++ b/t/lib/Setup.pm @@ -20,6 +20,9 @@ our @EXPORT = qw(test_init hydra_setup nrBuildsForJobset queuedBuildsForJobset # # * hydra_config: configuration for the Hydra processes for your test. # * nix_config: text to include in the test's nix.conf +# * use_external_destination_store: Boolean indicating whether hydra should +# use a destination store different from the evaluation store. +# True by default. # # This clears several environment variables and sets them to ephemeral # values: a temporary database, temporary Nix store, temporary Hydra