We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253b781 commit 95d1b41Copy full SHA for 95d1b41
1 file changed
test/cfg/runtests.sh
@@ -401,7 +401,7 @@ set -e
401
if [ $PKGCONFIG_RETURNCODE -ne 0 ]; then
402
echo "pkg-config needed to retrieve cppunit configuration is not available, skipping syntax check."
403
else
404
- if pkg-config cppunit; then
+ if ! pkg-config cppunit; then
405
echo "cppunit not found, skipping syntax check for cppunit"
406
407
echo "cppunit found, checking syntax with ${CXX} now."
0 commit comments