aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2020-12-11 17:11:13 +0100
committerhjk <hjk@qt.io>2020-12-14 08:55:33 +0000
commit77993e7b581ae77874122afa38f1e114277728b7 (patch)
treead1be4ab99ef7f1750da400a2a4daf1b168491b3
parentca992488c057b40e0774a18965f75f9277daa5cc (diff)
Debugger: Fix passing of extra parameters to LLDB dumper tests
As the others do. Fixes the WatchList dumper test. Change-Id: Id1622f6d405e9e9c9b1f4b0124a7dca74f7e3019 Reviewed-by: David Schulz <david.schulz@qt.io>
-rw-r--r--tests/auto/debugger/tst_dumpers.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp
index a2a708f3a8..744bd99809 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -1799,7 +1799,8 @@ void tst_Dumpers::dumper()
"sc sys.path.insert(1, '" + dumperDir + "')\n"
"sc from lldbbridge import *\n"
// "sc print(dir())\n"
- "sc Tester('" + t->buildPath.toLatin1() + "/doit', {'fancy':1,'forcens':1,"
+ "sc Tester('" + t->buildPath.toLatin1() + "/doit', {" + dumperOptions +
+ "'fancy':1,'forcens':1,"
"'autoderef':1,'dyntype':1,'passexceptions':1,"
"'testing':1,'qobjectnames':1,"
"'expanded':[" + expandedq + "]})\n"