Files
ncs/script/testall.py
boccioli_m f4607f105a Creation
2015-05-20 11:39:56 +02:00

7 lines
334 B
Python

args.clear(); args.addAll([0,40,20])
scripts = ["test11", "test1", "test2", "test3", "test4", "test5", "test6", "test7", "test8", "test9", "test10", "import", "import2", "import7", "data", "test0"]
for script in scripts:
set_status("Running: " + script)
execfile(controller.setup.getScriptPath()+"/" + script + ".py")