anastasis-gtk

Demonstrator GUI for Anastasis
Log | Files | Refs | README | LICENSE

commit 65578e33d7425a96156473fc26bd8bf32ada7201
parent 9715288993d53786b4213c06aae79f20ba95b50c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  4 Aug 2026 19:02:22 +0200

put scat on path

Diffstat:
Msrc/testing/test_prepare.sh | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/testing/test_prepare.sh b/src/testing/test_prepare.sh @@ -111,6 +111,12 @@ then exit 1 fi +# The provider configurations run helper commands that ship next to this +# script (notably 'scat', the [authorization-email] COMMAND). anastasis-httpd +# resolves them via PATH, so make sure our own directory is on it. +SRCDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +export PATH="$SRCDIR:$PATH" + export CONF_1="test_anastasis_reducer_1.conf" export CONF_2="test_anastasis_reducer_2.conf" export CONF_3="test_anastasis_reducer_3.conf"