From: Norbert Bizet Date: Fri, 27 Aug 2021 10:06:32 +0000 (-0400) Subject: cloud: Add aws_cloud_driver to regress cleanup script X-Git-Tag: Beta-15.0.0~791 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad79f73eaa49c16656a432a2d88441a1af71aa0b;p=thirdparty%2Fbacula.git cloud: Add aws_cloud_driver to regress cleanup script --- diff --git a/regress/scripts/cleanup b/regress/scripts/cleanup index 99cfbfbc8..0bb748c7f 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 + "aws") + args="${args} -c ${cwd}/bin/plugins/aws_cloud_driver" + ;; "google") args="${args} -c ${cwd}/bin/plugins/google_cloud_driver" ;;