From: Nick Porter Date: Thu, 27 Jul 2023 13:14:04 +0000 (+0100) Subject: Get build details in config check output when testing rpms/debs X-Git-Tag: release_3_2_4~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31ffdcf03c7581d88d4044cc1fc13c73a6e2cde2;p=thirdparty%2Ffreeradius-server.git Get build details in config check output when testing rpms/debs --- diff --git a/.github/workflows/ci-deb.yml b/.github/workflows/ci-deb.yml index 452dc81e059..b241f5fc915 100644 --- a/.github/workflows/ci-deb.yml +++ b/.github/workflows/ci-deb.yml @@ -184,7 +184,7 @@ jobs: - name: Config test run: | - freeradius -XC + freeradius -XxC # # We now perform some post-install tests that depend on the availability diff --git a/.github/workflows/ci-rpm.yml b/.github/workflows/ci-rpm.yml index b300ae07d8a..1e347a5af07 100644 --- a/.github/workflows/ci-rpm.yml +++ b/.github/workflows/ci-rpm.yml @@ -289,7 +289,7 @@ jobs: - name: Config check run: | - radiusd -XC + radiusd -XxC # # We now perform some post-install tests that depend on the availability