[tracker/wip/carlosg/junit] foo



commit 0123e96d9ae6d888d778f531c89a81ff203445ba
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sat Dec 12 20:34:50 2020 +0100

    foo

 tests/functional-tests/fixtures.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/functional-tests/fixtures.py b/tests/functional-tests/fixtures.py
index 3488ae51e..429071935 100644
--- a/tests/functional-tests/fixtures.py
+++ b/tests/functional-tests/fixtures.py
@@ -69,7 +69,7 @@ def tracker_test_main():
         from tap import TapTestRunner
         runner = TapTestRunner()
     except Exception:
-        log.info('No TAP test runner found')
+        print('No TAP test runner found')
 
     ut.main(testRunner=runner, verbosity=2)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]