aboutsummaryrefslogtreecommitdiff
path: root/src/testing/taler-unified-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/taler-unified-setup.sh')
-rwxr-xr-xsrc/testing/taler-unified-setup.sh38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh
index d933cc819..770785bd5 100755
--- a/src/testing/taler-unified-setup.sh
+++ b/src/testing/taler-unified-setup.sh
@@ -715,6 +715,9 @@ STAGE="auditor"
if [ "1" = "$START_AUDITOR" ]
then
echo -n "Starting auditor ..."
+
+ export TALER_AUDITOR_SALT=$(taler-config -c "$CONF" -s AUDITOR -o TALER_AUDITOR_SALT)
+
AUDITOR_URL=$(taler-config -c "$CONF" -s AUDITOR -o BASE_URL)
AUDITOR_PRIV_FILE=$(taler-config -f -c "$CONF" -s AUDITOR -o AUDITOR_PRIV_FILE)
AUDITOR_PRIV_DIR=$(dirname "$AUDITOR_PRIV_FILE")
@@ -735,6 +738,9 @@ then
# $USE_VALGRIND taler-helper-auditor-deposits \
# -L "$LOGLEVEL" \
# -c "$CONF" 2> taler-helper-auditor.log &
+
+
+
echo " DONE"
fi
@@ -908,6 +914,36 @@ then
sign \
upload &> taler-auditor-offline.log
echo " OK"
+
+ echo -n "Starting helpers "
+
+ $USE_VALGRIND taler-helper-auditor-coins \
+ -L "$LOGLEVEL" \
+ -c "$CONF" 2> taler-helper-auditor.log &
+ echo -n "."
+
+ $USE_VALGRIND taler-helper-auditor-reserves \
+ -L "$LOGLEVEL" \
+ -c "$CONF" 2> taler-helper-auditor.log &
+ echo -n "."
+
+ $USE_VALGRIND taler-helper-auditor-purses \
+ -L "$LOGLEVEL" \
+ -c "$CONF" 2> taler-helper-auditor.log &
+ echo -n "."
+
+ $USE_VALGRIND taler-helper-auditor-aggregation \
+ -L "$LOGLEVEL" \
+ -c "$CONF" 2> taler-helper-auditor.log &
+ echo -n "."
+
+ $USE_VALGRIND taler-helper-auditor-deposits \
+ -L "$LOGLEVEL" \
+ -c "$CONF" 2> taler-helper-auditor.log &
+ echo -n "."
+
+ echo " OK"
+
fi
STAGE="ready"
@@ -927,6 +963,8 @@ else
read
fi
+
+
STAGE="exiting"
echo "Taler unified setup terminating!" >&2