aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2020-05-25 11:15:07 +0200
committerhjk <hjk@qt.io>2020-05-25 10:01:03 +0000
commit14666c801aeaa4a7b12ed43e33f50e71f4345269 (patch)
treec9b0e29ce0b8006e36cdc47b49bcbd497ed5c2f2 /tests/auto
parent4ecb87f2f99b52dbd0f5b000ea845e4690bdfe1e (diff)
Debugger: Drop 'set print object on' for GDB
This does not seem to affect the code paths we are using through Python. Task-number: QTCREATORBUG-23965 Change-Id: I2e20d6d3c1937d56293e81b74c453e83a92ddc4c Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/debugger/tst_dumpers.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp
index 20a197f802..68b5f1f499 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -1532,7 +1532,6 @@ void tst_Dumpers::dumper()
#else
"file doit\n"
#endif
- "set print object on\n"
"set auto-load python-scripts off\n";
cmds += "python sys.path.insert(1, '" + dumperDir + "')\n"