From: norbert.bizet Date: Thu, 18 Jan 2024 09:32:14 +0000 (-0500) Subject: cloud: create a multitest for CDash invocation X-Git-Tag: Beta-15.0.1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72ffd8dc63c5ee523765e0412efd8b13b3fd3786;p=thirdparty%2Fbacula.git cloud: create a multitest for CDash invocation --- diff --git a/regress/tests/cloud-CDash-multitest b/regress/tests/cloud-CDash-multitest new file mode 100755 index 000000000..301903d2c --- /dev/null +++ b/regress/tests/cloud-CDash-multitest @@ -0,0 +1,9 @@ +#!/bin/sh +# +# Copyright (C) 2000-2021 Kern Sibbald +# Copyright (C) 2021-2023 Bacula Systems SA +# License: BSD 2-Clause; see file LICENSE-FOSS +# +# Runs cloud-test on every cloud directive listed in cloud.conf + +sed -n -e '/ Name = /p' cloud.conf| sed 's/ Name =//' | xargs ./tests/multi-cloud cloud-test