Debugger: Switch off external python in tests properly

Change-Id: Ic28cff5962b03e0a30c9c67526027b3e2799e738
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
hjk
2014-04-01 16:07:44 +02:00
parent 9b76912f2f
commit 43579c9bc6
+1 -1
View File
@@ -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"