[libsoup/wip/ci-test] Logging
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/wip/ci-test] Logging
- Date: Wed, 26 May 2021 18:04:35 +0000 (UTC)
commit 248e10dfb3c9ab94ecc4fbebb596a78775e0abd5
Author: Patrick Griffis <pgriffis igalia com>
Date: Wed May 26 13:04:24 2021 -0500
Logging
tests/http2-server.py | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/tests/http2-server.py b/tests/http2-server.py
index 977aff15..f133179e 100755
--- a/tests/http2-server.py
+++ b/tests/http2-server.py
@@ -21,6 +21,7 @@ loop = None
def set_timeout():
global timer_handle
+ sys.stderr.write('set_timeout, {}\n'.format('ASAN_OPTIONS' in os.environ))
# ASAN is very slow, just don't have a timer.
if 'ASAN_OPTIONS' in os.environ:
return
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]