tool_list.py should now use tool_conf.xml not tool_conf.xml.sample

See a94473459ebb4749a375420492d6da9a948ccd3a where the rest of the run_functional_tests.sh system was updated.
This commit is contained in:
Peter Cock
2014-08-12 15:15:04 +00:00
parent eade819c8f
commit bf75b0c35e
+1 -1
View File
@@ -3,7 +3,7 @@ import os,sys
#--------read tool_conf.xml.sample to get all the tool xml file names-----------
onoff = 1
tool_list = []
for line in open("tool_conf.xml.sample", "r"):
for line in open("tool_conf.xml", "r"):
if line.find("<!--") != -1:
onoff = 0
if line.find("file") != -1 and onoff==1: