summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2014-11-26 17:12:39 +0100
committerChristian Stenger <christian.stenger@theqtcompany.com>2014-11-27 07:09:34 +0100
commit9f272bcb8c1853027e92e769e257adbd8e2ce5f0 (patch)
tree4738f70f2d04a60331e3ecf9e96d6b3c0aea94a7 /tests
parent9b0bdf981f5d81a004062cfbe308e75c64b3f186 (diff)
downloadqt-creator-9f272bcb8c1853027e92e769e257adbd8e2ce5f0.tar.gz
Debugger: Also output dumper location in LLDB auto test
Change-Id: I51a017ced91198bdc4e822cfcc1c45580945a773 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/debugger/tst_dumpers.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp
index c7b2ca7773..1c56f9031e 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -935,6 +935,7 @@ void tst_Dumpers::initTestCase()
} else if (m_debuggerEngine == CdbEngine) {
setupCdb(&m_makeBinary, &m_env);
} else if (m_debuggerEngine == LldbEngine) {
+ qDebug() << "Dumper dir : " << DUMPERDIR;
QProcess debugger;
QString cmd = QString::fromUtf8(m_debuggerBinary + " -v");
debugger.start(cmd);