From: Tobias Brunner Date: Wed, 10 Feb 2021 17:04:41 +0000 (+0100) Subject: appveyor: Create dummy strongswan.conf file to avoid log messages X-Git-Tag: 5.9.2dr2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ff8b85ce6b9a48b788b2125f5bc4e26b002b597;p=thirdparty%2Fstrongswan.git appveyor: Create dummy strongswan.conf file to avoid log messages Only relevant when increasing the verbosity, but causes quite a lot of them then. --- diff --git a/.appveyor.yml b/.appveyor.yml index 5d9170ec40..2c5061576e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -34,4 +34,5 @@ build_script: - '%MSYS_SH% --login -c ". /etc/profile && cd $APPVEYOR_BUILD_FOLDER && ./scripts/test.sh deps"' test_script: + - '%MSYS_SH% --login -c ". /etc/profile && touch /$MSYSTEM/etc/strongswan.conf"' - '%MSYS_SH% --login -c ". /etc/profile && cd $APPVEYOR_BUILD_FOLDER && ./scripts/test.sh"'