aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2014-04-01 16:07:44 +0200
committerhjk <hjk121@nokiamail.com>2014-04-01 16:20:08 +0200
commit43579c9bc6501eb871edf5704c2c75a3f82309ee (patch)
treeab8d339393eaeaa82725a720e0b2d2d85a84bdc3
parent9b76912f2f072da2cc3d6915e14d1491766d30a6 (diff)
Debugger: Switch off external python in tests properly
Change-Id: Ic28cff5962b03e0a30c9c67526027b3e2799e738 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
-rw-r--r--tests/auto/debugger/tst_dumpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp
index c3b885a278..3c442e63ae 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -1083,7 +1083,7 @@ void tst_Dumpers::dumper()
cmds = "set confirm off\n"
"file doit\n"
"set print object on\n"
- "set auto-load python-scripts no\n";
+ "set auto-load python-scripts off\n";
cmds += "python sys.path.insert(1, '" + dumperDir + "')\n"
"python sys.path.append('" + uninstalledData + "')\n"