Date: Sunday, June 28, 2015 @ 16:35:53 Author: foutrelis Revision: 241374
Set timezone to CET to work around a test failure https://bugs.documentfoundation.org/show_bug.cgi?id=92396 Modified: libvisio/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-06-28 10:29:45 UTC (rev 241373) +++ PKGBUILD 2015-06-28 14:35:53 UTC (rev 241374) @@ -24,7 +24,9 @@ check() { cd $pkgname-$pkgver - make -k check + # Need to set timezone to CET to work around a test failure + # https://bugs.documentfoundation.org/show_bug.cgi?id=92396 + make -k check TZ=CET } package() {
