pgAdmin 4 commit: Fix an issue with Python 2.7 where regression test ou

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an issue with Python 2.7 where regression test ou
Date: 2019-03-20 13:37:22
Message-ID: E1h6bPG-000221-5l@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an issue with Python 2.7 where regression test output is printed twice by the logger.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b529c28b4383c8b66239f4849487a32bb783b050
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
web/regression/runtests.py | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-03-20 13:53:49 pgAdmin 4 commit: Add a small utility for extracting PostgreSQL SQL and
Previous Message Akshay Joshi 2019-03-20 13:25:17 pgAdmin 4 commit: 1) Fixed issue in Select2 Control, added undefined/nu