]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
regress: comment out unimplemented bcloud calls
authorKern Sibbald <kern@sibbald.com>
Sun, 4 Nov 2018 09:25:11 +0000 (10:25 +0100)
committerKern Sibbald <kern@sibbald.com>
Sun, 4 Nov 2018 15:46:16 +0000 (16:46 +0100)
regress/scripts/cleanup

index 148d1024a34c9ec0d0404d730e35dedd0f75a6c0..b41e35e627ff3d25e018c7f7b6de21280e1651d4 100755 (executable)
@@ -96,12 +96,12 @@ if [ x$FORCE_CLOUD = xyes ]; then
    if [ x${CLOUD_QUEUEENDPOINT} != x ]; then
       args="${args} -q ${CLOUD_QUEUEENDPOINT}"
    fi
-   ${bin}/bcloud ${args} -v 'Vol' clean
-   ${bin}/bcloud ${args} -v 'vol' clean
-   ${bin}/bcloud ${args} -v 'TestVol' clean   
-   ${bin}/bcloud ${args} -v 'Small' clean   
-   ${bin}/bcloud ${args} -v 'TEST' clean   
-   ${bin}/bcloud ${args} -v 'Backup-' clean
+   #${bin}/bcloud ${args} -v 'Vol' clean
+   #${bin}/bcloud ${args} -v 'vol' clean
+   #${bin}/bcloud ${args} -v 'TestVol' clean
+   #${bin}/bcloud ${args} -v 'Small' clean
+   #${bin}/bcloud ${args} -v 'TEST' clean
+   #${bin}/bcloud ${args} -v 'Backup-' clean
    # Might report incorrect error if not setup correctly
    true
 fi