[gnome-bluetooth/wip/hadess/more-timeout-fixes] XXX debug
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth/wip/hadess/more-timeout-fixes] XXX debug
- Date: Wed, 23 Feb 2022 14:51:55 +0000 (UTC)
commit 2d2dd7b2f8cef89f6628db996a4a8e55e6bfeee1
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 4ec7f82f..bc618243 100755
--- a/tests/integration-test.py
+++ b/tests/integration-test.py
@@ -483,9 +483,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]