Blame check/check-debug

Packit db3073
#! /bin/sh
Packit db3073
Packit db3073
set -e
Packit db3073
Packit db3073
. ${srcdir}/common
Packit db3073
Packit db3073
# Check that debug output works with minimal output. This is still much
Packit db3073
# more than desirable.
Packit db3073
Packit db3073
RESULT="PKG_CONFIG_DEBUG_SPEW variable enabling debug spew
Packit db3073
Adding directory '$srcdir' from PKG_CONFIG_PATH
Packit db3073
Global variable definition 'pc_sysrootdir' = '/'
Packit db3073
Global variable definition 'pc_top_builddir' = '\$(top_builddir)'
Packit db3073
Error printing enabled by default due to use of output options besides --exists or --atleast/exact/max-version. Value of --silence-errors: 0
Packit db3073
Error printing enabled
Packit db3073
$PACKAGE_VERSION"
Packit db3073
PKG_CONFIG_DEBUG_SPEW=1 run_test --version
Packit db3073
Packit db3073
RESULT="Error printing enabled by default due to use of output options besides --exists or --atleast/exact/max-version. Value of --silence-errors: 0
Packit db3073
Error printing enabled
Packit db3073
$PACKAGE_VERSION"
Packit db3073
run_test --debug --version