From: Kern Sibbald Date: Sun, 2 Dec 2018 16:13:25 +0000 (+0100) Subject: regress: skip virtual-backup2-test for cloud because it uses diskchanger X-Git-Tag: Release-9.4.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b10a13762526ca3b0f62ab57cf4ed54330be1434;p=thirdparty%2Fbacula.git regress: skip virtual-backup2-test for cloud because it uses diskchanger --- diff --git a/regress/tests/virtual-backup2-test b/regress/tests/virtual-backup2-test index f9802e54c..45c20941e 100755 --- a/regress/tests/virtual-backup2-test +++ b/regress/tests/virtual-backup2-test @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2018 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # @@ -14,6 +14,10 @@ TestName="virtual-backup-test" JobName=Vbackup . scripts/functions +if test x$FORCE_CLOUD = xyes ; then + echo "\n=== Test next-vol-test skipped not compatible with Cloud ===" + exit 0 +fi scripts/cleanup scripts/copy-virtual-confs