]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
cloud: Fix aws/amazon regression tests cleanup
authornorbert.bizet <norbert.bizet@baculasystems.com>
Tue, 26 Jul 2022 20:19:59 +0000 (16:19 -0400)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:58 +0000 (13:56 +0200)
regress/scripts/cleanup

index 3227361143d362203dd764a50f9e1f6978efc34a..23c29f5a66812bada911ee2ed31f75dd9b4f2b7b 100755 (executable)
@@ -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"
          ;;