Diff of /codesys-ide/scripts/runtest.py [2cd164] .. [4adbea]  Maximize  Restore

Switch to side-by-side view

--- a/codesys-ide/scripts/runtest.py
+++ b/codesys-ide/scripts/runtest.py
@@ -4,6 +4,9 @@
 
 # redirect output, as in UI mode no output is printed on the console
 sys.stdout = open('.codesys.output.txt', 'w')
+
+# disable prompts, as those are enabled in UI mode by default
+system.prompt_handling = PromptHandling.None
 
 def runtest():
 #    devId = device_repository.create_device_identification(4096, '0000 0001', '3.5.15.0')