Fix tests now that portpath includes logging
author |
Andre Heinecke <andre.heinecke@intevation.de> |
date |
Thu, 18 Sep 2014 18:53:56 +0200 |
parents |
2a1206932f53 |
children |
c13ac2c9851d |
files |
ui/tests/certlistparsertest.cpp ui/tests/cinstprocesstest.cpp |
diffstat |
2 files changed, 3 insertions(+), 0 deletions(-)
[+]
|
line diff
--- a/ui/tests/certlistparsertest.cpp Thu Sep 18 18:53:11 2014 +0200
+++ b/ui/tests/certlistparsertest.cpp Thu Sep 18 18:53:56 2014 +0200
@@ -194,6 +194,7 @@
QVERIFY(QFile::remove(fname));
QVERIFY(result.isEmpty());
}
+bool g_debug = true;
int main( int argc, char **argv )
{
--- a/ui/tests/cinstprocesstest.cpp Thu Sep 18 18:53:11 2014 +0200
+++ b/ui/tests/cinstprocesstest.cpp Thu Sep 18 18:53:56 2014 +0200
@@ -222,4 +222,6 @@
finishVerify(installerProcess, ERR_NO_ERROR);
}
+bool g_debug = true;
+
QTEST_GUILESS_MAIN (CinstProcessTest);