summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-04-19 18:45:06 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-04-19 18:45:06 +0200
commit27044c97b8d7e452c1a14babf1bb725448682961 (patch)
tree75eb3631dbedfe6e33a70b4fbd400f0846403e50 /buildbot
parent28a0ee04370c492af1d21d1b2abaaa773effe8a9 (diff)
downloaddeployment-27044c97b8d7e452c1a14babf1bb725448682961.tar.gz
deployment-27044c97b8d7e452c1a14babf1bb725448682961.tar.bz2
deployment-27044c97b8d7e452c1a14babf1bb725448682961.zip
debug
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/top_reserve.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/top_reserve.sh b/buildbot/top_reserve.sh
index fccd08c..0c1e5d1 100755
--- a/buildbot/top_reserve.sh
+++ b/buildbot/top_reserve.sh
@@ -4,7 +4,7 @@ source "${HOME}/activate"
ACTIVE_COLOR="$(cat /home/test/active)"
if ! test "${TALER_ENV_COLOR}" = "${ACTIVE_COLOR}"; then
- echo "I'm the inactive color, will not top the reserve up!"
+ echo "I'm the inactive color (${TALER_ENV_COLOR}), will not top the reserve up!"
exit 0
fi