summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2013-05-16 06:50:47 -0700
committerDan Nicholson <dbn.lists@gmail.com>2013-05-17 05:49:02 -0700
commit2f41b2de42c77b8f44048295a8a3f794711cd4df (patch)
tree2dfb01134695b8ee3cd1a0dfcefc7d9a0df16e1e /check
parent1085ba73770c7b4091e0262e96949721ba378c4b (diff)
downloadpkg-config-2f41b2de42c77b8f44048295a8a3f794711cd4df.tar.gz
Silence errors by default with --list-all
When listing all packages, the purpose is to get a quick look at what's installed and not to scrutinize the validity of each .pc file. To see errors from the parser during --list-all, the user can just add --print-errors.
Diffstat (limited to 'check')
-rwxr-xr-xcheck/check-debug4
1 files changed, 2 insertions, 2 deletions
diff --git a/check/check-debug b/check/check-debug
index 5ee95f2..01ac795 100755
--- a/check/check-debug
+++ b/check/check-debug
@@ -11,12 +11,12 @@ RESULT="PKG_CONFIG_DEBUG_SPEW variable enabling debug spew
Adding directory '$srcdir' from PKG_CONFIG_PATH
Global variable definition 'pc_sysrootdir' = '/'
Global variable definition 'pc_top_builddir' = '\$(top_builddir)'
-Error printing enabled by default due to use of output options besides --exists or --atleast/exact/max-version. Value of --silence-errors: 0
+Error printing enabled by default due to use of output options besides --exists, --atleast/exact/max-version or --list-all. Value of --silence-errors: 0
Error printing enabled
$PACKAGE_VERSION"
PKG_CONFIG_DEBUG_SPEW=1 run_test --version
-RESULT="Error printing enabled by default due to use of output options besides --exists or --atleast/exact/max-version. Value of --silence-errors: 0
+RESULT="Error printing enabled by default due to use of output options besides --exists, --atleast/exact/max-version or --list-all. Value of --silence-errors: 0
Error printing enabled
$PACKAGE_VERSION"
run_test --debug --version