Merge pull request #284740 from trofi/hasPkgConfigModules-fix-zero-modules

build-support/testers: don't fail the test on empty list of pkg-confi…
This commit is contained in:
John Ericson 2024-01-29 08:11:32 -05:00 committed by GitHub
commit bcc0c6a215
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,7 @@ runCommand testName {
}
package.meta;
} ''
touch "$out"
for moduleName in $moduleNames; do
echo "checking pkg-config module $moduleName in $buildInputs"
set +e