diff --git a/run-upgrade-tests.sh b/run-upgrade-tests.sh index af34065a3..d60ba65bc 100755 --- a/run-upgrade-tests.sh +++ b/run-upgrade-tests.sh @@ -5,6 +5,7 @@ if [ "$1" == "postgresql-file" ]; then echo "Deploying Postgresql with PifPaf." eval $(pifpaf --debug --env-prefix INDEXER run postgresql) elif [ "$1" == "mysql-ceph" ]; then + echo "ENV: $(env)" echo "Deploying MySQL with PifPaf." eval $(pifpaf --debug --env-prefix INDEXER run mysql) echo "Deploying Ceph with PifPaf."