summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-deployment-start4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/taler-deployment-start b/bin/taler-deployment-start
index 9ceaef6..2371dc7 100755
--- a/bin/taler-deployment-start
+++ b/bin/taler-deployment-start
@@ -33,3 +33,7 @@ taler-deployment-arm -i taler-blog
taler-deployment-arm -i taler-survey
taler-deployment-arm -i taler-aggregator
taler-deployment-arm -i taler-exchange-wirewatch
+
+if [[ "$TALER_ENV_NAME" = test ]]; then
+ taler-deployment-arm -i taler-exchange-playground
+fi