[jhbuild] tests: Initialize logging
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] tests: Initialize logging
- Date: Wed, 10 Aug 2011 10:23:44 +0000 (UTC)
commit 0b999b27713b6a1133c906bca5d7ed122f4abc3d
Author: Colin Walters <walters verbum org>
Date: Wed Aug 10 04:59:52 2011 -0400
tests: Initialize logging
tests/tests.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/tests.py b/tests/tests.py
index 2d06d44..bda4988 100644
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -22,6 +22,7 @@
import os
import shutil
+import logging
import subprocess
import sys
import tempfile
@@ -663,4 +664,5 @@ class EndToEndTest(JhbuildConfigTestCase):
if __name__ == '__main__':
+ logging.basicConfig(level=logging.INFO)
unittest.main()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]