From: German Service Network Date: Wed, 20 Mar 2024 08:10:51 +0000 (+0100) Subject: Update Azure Pipline linux test based on github pipline with matching exclude X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47c0c3d8ded1fea7f31116f7d1821cd0f84a8d85;p=fping.git Update Azure Pipline linux test based on github pipline with matching exclude --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 115b65e..98d75c9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,7 +20,6 @@ jobs: - script: | set -ex PATH=`pwd`/src:$PATH - prove ci/test-{01..12}*.pl - prove ci/test-15*.pl + prove $(ls ci/test-*.pl|grep -v internet-hosts|grep -v -E "test-13-unknown-host.pl|test-14-ping-internet-hosts.pl") ci/test-tarball.sh displayName: 'build_test'