[gnome-bluetooth/wip/hadess/more-timeout-fixes: 2/2] XXX debug




commit 7e08a9d0614989cf03805dff6b9a43efc27763cf
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Feb 23 15:51:43 2022 +0100

    XXX debug

 tests/integration-test.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/tests/integration-test.py b/tests/integration-test.py
index 3fa5f703..922738e8 100755
--- a/tests/integration-test.py
+++ b/tests/integration-test.py
@@ -482,9 +482,10 @@ class Tests(dbusmock.DBusTestCase):
             else:
                 out = subprocess.run([self.exec_dir + test_name], capture_output=True)
         else:
-            out = subprocess.run(self.exec_path + ['OopTests.' + test_name], capture_output=True)
+            out = subprocess.run(self.exec_path + ['OopTests.' + test_name])
 
-        self.assertEqual(out.returncode, 0, "Running test " + test_name + " failed:" + 
out.stderr.decode('UTF-8') + '\n\n\nSTDOUT:\n' + out.stdout.decode('UTF-8'))
+        self.assertEqual(out.returncode, 0)
+        # self.assertEqual(out.returncode, 0, "Running test " + test_name + " failed:" + 
out.stderr.decode('UTF-8') + '\n\n\nSTDOUT:\n' + out.stdout.decode('UTF-8'))
         if os.getenv('VALGRIND') != None:
             print(out.stderr.decode('UTF-8'))
 


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