2012-10-01 22:19:07 -07:00
|
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
|
|
. ${srcdir}/common
|
|
|
|
|
|
|
|
|
|
# Check that debug output works with minimal output. This is still much
|
|
|
|
|
# more than desirable.
|
|
|
|
|
|
|
|
|
|
RESULT="PKG_CONFIG_DEBUG_SPEW variable enabling debug spew
|
2013-01-23 11:11:21 -08:00
|
|
|
Adding directory '$srcdir' from PKG_CONFIG_PATH
|
2012-10-01 22:19:07 -07:00
|
|
|
Global variable definition 'pc_sysrootdir' = '/'
|
|
|
|
|
Global variable definition 'pc_top_builddir' = '\$(top_builddir)'
|
2012-12-11 11:47:44 -08:00
|
|
|
Error printing enabled by default due to use of output options besides --exists or --atleast/exact/max-version. Value of --silence-errors: 0
|
2012-10-01 22:19:07 -07:00
|
|
|
Error printing enabled
|
|
|
|
|
$PACKAGE_VERSION"
|
|
|
|
|
PKG_CONFIG_DEBUG_SPEW=1 run_test --version
|
|
|
|
|
|
2012-12-11 11:47:44 -08:00
|
|
|
RESULT="Error printing enabled by default due to use of output options besides --exists or --atleast/exact/max-version. Value of --silence-errors: 0
|
2012-10-01 22:19:07 -07:00
|
|
|
Error printing enabled
|
2012-12-11 11:58:57 -08:00
|
|
|
$PACKAGE_VERSION"
|
2012-10-01 22:19:07 -07:00
|
|
|
run_test --debug --version
|