From 8ff8b85ce6b9a48b788b2125f5bc4e26b002b597 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 10 Feb 2021 18:04:41 +0100 Subject: [PATCH] appveyor: Create dummy strongswan.conf file to avoid log messages Only relevant when increasing the verbosity, but causes quite a lot of them then. --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index 5d9170ec4..2c5061576 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"' -- 2.47.3