From 72ffd8dc63c5ee523765e0412efd8b13b3fd3786 Mon Sep 17 00:00:00 2001 From: "norbert.bizet" Date: Thu, 18 Jan 2024 04:32:14 -0500 Subject: [PATCH] cloud: create a multitest for CDash invocation --- regress/tests/cloud-CDash-multitest | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 regress/tests/cloud-CDash-multitest 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 -- 2.47.3