From: Tollef Fog Heen Date: Mon, 30 Mar 2009 18:23:04 +0000 (+0200) Subject: 2009-03-30 Tollef Fog Heen X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34657e444f7a8879ea3ed7b5d5d795fe96b231c7;p=pkg-config 2009-03-30 Tollef Fog Heen * check/common: Run all tests in the C locale --- diff --git a/ChangeLog b/ChangeLog index c84b1ed..5191f59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2009-03-30 Tollef Fog Heen + * 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. diff --git a/check/common b/check/common index d527f52..fdbc845 100644 --- a/check/common +++ b/check/common @@ -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