2009-03-30 Tollef Fog Heen <tfheen@err.no>

* check/common: Run all tests in the C locale
This commit is contained in:
Tollef Fog Heen 2009-03-30 20:23:04 +02:00
parent 4070cc2339
commit 34657e444f
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2009-03-30 Tollef Fog Heen <tfheen@err.no>
* check/common: Run all tests in the C locale
* check/common: Add support for non-zero return codes to test
framework. Thanks to Loïc Minier for the idea.

View file

@ -8,6 +8,7 @@ pkgconfig=../pkg-config
PKG_CONFIG_PATH=$srcdir
export PKG_CONFIG_PATH
export LC_ALL=C
run_test () {
${pkgconfig} $ARGS >/dev/null 2>&1