From 3462c484ba2b30a902f87578268b56df1633b5c5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 22 Jun 2015 18:15:25 +0100 Subject: [PATCH 1/1] Test suite: Rename dgit-repos-policy-debian DB retry hook env var (nfc) --- infra/dgit-repos-policy-debian | 2 +- tests/tests/debpolicy-dbretry | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/dgit-repos-policy-debian b/infra/dgit-repos-policy-debian index 339081e9..4af7551c 100755 --- a/infra/dgit-repos-policy-debian +++ b/infra/dgit-repos-policy-debian @@ -464,7 +464,7 @@ for (;;) { poldb_setup(poldb_path($repos)); $stderr = ''; - eval ($ENV{'DGIT_DRS_RPD_TEST_DBLOOP_HOOK'}//''); + eval ($ENV{'DGIT_RPD_TEST_DBLOOP_HOOK'}//''); die $@ if length $@; # used by tests/tests/debpolicy-dbretry diff --git a/tests/tests/debpolicy-dbretry b/tests/tests/debpolicy-dbretry index e24175eb..d45718ac 100755 --- a/tests/tests/debpolicy-dbretry +++ b/tests/tests/debpolicy-dbretry @@ -44,7 +44,7 @@ while ! grep $taint $taintsout; do sleep 0.1; done t-dgit build -DGIT_DRS_RPD_TEST_DBLOOP_HOOK=' +DGIT_RPD_TEST_DBLOOP_HOOK=' print STDERR "DBLOOP HOOK $sleepy\n"; $poldbh->sqlite_busy_timeout(500); if ($sleepy > 2) { -- 2.30.2