diff ui/tests/cinstprocesstest.cpp @ 1060:317ee9dc4684

(issue46) Make debug output optional in cinst and mozilla and propagate its setting.
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 09 Sep 2014 18:49:02 +0200
parents f89b41fa7048
children e3772d2810b3
line wrap: on
line diff
--- a/ui/tests/cinstprocesstest.cpp	Tue Sep 09 18:00:37 2014 +0200
+++ b/ui/tests/cinstprocesstest.cpp	Tue Sep 09 18:49:02 2014 +0200
@@ -32,8 +32,11 @@
         }
     }
 
+    QStringList newArgs = args;
+    newArgs << "--debug";
+
     QProcess *installerProcess = new QProcess();
-    installerProcess->setArguments(args);
+    installerProcess->setArguments(newArgs);
     installerProcess->setProgram(processPath);
     installerProcess->start();
     installerProcess->waitForStarted();

http://wald.intevation.org/projects/trustbridge/