[arch-commits] Commit in libsoup3/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sun Sep 4 00:49:09 UTC 2022
Date: Sunday, September 4, 2022 @ 00:49:09
Author: heftig
Revision: 455020
fix tests
Modified:
libsoup3/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-04 00:47:08 UTC (rev 455019)
+++ PKGBUILD 2022-09-04 00:49:09 UTC (rev 455020)
@@ -36,7 +36,9 @@
}
check() {
- meson test -C build --print-errorlogs
+ # Python's output buffering messes with the tests reading stdout lines from
+ # http2-server.py through a pipe
+ PYTHONUNBUFFERED=1 meson test -C build --print-errorlogs
}
package() {
More information about the arch-commits
mailing list