From: norbert.bizet Date: Tue, 26 Jul 2022 20:19:59 +0000 (-0400) Subject: cloud: Fix aws/amazon regression tests cleanup X-Git-Tag: Beta-15.0.0~539 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14e022686dbf6a103251d3c00e1aaa12a0422ebe;p=thirdparty%2Fbacula.git cloud: Fix aws/amazon regression tests cleanup --- diff --git a/regress/scripts/cleanup b/regress/scripts/cleanup index 322736114..23c29f5a6 100755 --- a/regress/scripts/cleanup +++ b/regress/scripts/cleanup @@ -84,6 +84,9 @@ if [ x$FORCE_CLOUD = xyes ]; then shopt -s nocasematch case "${cloud_attr}" in + "amazon") + args="${args} -c ${cwd}/bin/plugins/aws_cloud_driver" + ;; "aws") args="${args} -c ${cwd}/bin/plugins/aws_cloud_driver" ;;