]> git.gsnw.org Git - fping.git/commitdiff
Update Azure Pipline linux test based on github pipline with matching exclude
authorGerman Service Network <support@gsnw.de>
Wed, 20 Mar 2024 08:10:51 +0000 (09:10 +0100)
committerDavid Schweikert <david@schweikert.ch>
Sat, 13 Apr 2024 16:07:42 +0000 (18:07 +0200)
azure-pipelines.yml

index 115b65e496a2a50c9c946095b185f17c1fd466ca..98d75c95967d6219fbc9b7cfdc19fee41faf2780 100644 (file)
@@ -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'