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
@@ -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