From: Kern Sibbald Date: Sun, 4 Nov 2018 09:25:11 +0000 (+0100) Subject: regress: comment out unimplemented bcloud calls X-Git-Tag: Release-9.4.0~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d1e6656df082e319b4b2bf10faace08de625409;p=thirdparty%2Fbacula.git regress: comment out unimplemented bcloud calls --- diff --git a/regress/scripts/cleanup b/regress/scripts/cleanup index 148d1024a3..b41e35e627 100755 --- a/regress/scripts/cleanup +++ b/regress/scripts/cleanup @@ -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