diff ui/tests/cinstprocesstest.cpp @ 305:4a3febc6d806

Some minor cleanups. Better debug output more Verify's
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 03 Apr 2014 15:29:58 +0200
parents 56507c3d5f1e
children 9c5e6b142611
line wrap: on
line diff
--- a/ui/tests/cinstprocesstest.cpp	Thu Apr 03 14:29:49 2014 +0200
+++ b/ui/tests/cinstprocesstest.cpp	Thu Apr 03 15:29:58 2014 +0200
@@ -36,6 +36,7 @@
         qDebug() << "Stdout:" << proc->readAllStandardOutput(); \
         qDebug() << "Stderr:" << proc->readAllStandardError(); \
         qDebug() << "Exit code: " << proc->exitCode(); \
+        qDebug() << "Exit status: " << proc->exitStatus(); \
     } \
     QVERIFY(x)
 

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