File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -264,12 +264,16 @@ instance.
264264::
265265
266266 sh run_tests.sh --report_file tool_tests_shed.html --installed
267- GALAXY_TEST_TOOL_CONF=config/tool_conf.xml sh run_tests.sh --report_file tool_tests_tool_conf.html functional.test_toolbox
268267
269- The first command specifies the ``--installed `` flag when calling
268+
269+ This above command specifies the ``--installed `` flag when calling
270270``run_tests.sh ``, this tells the test framework to test Tool Shed installed
271271tools and only those tools.
272272
273+ ::
274+
275+ GALAXY_TEST_TOOL_CONF=config/tool_conf.xml sh run_tests.sh --report_file tool_tests_tool_conf.html functional.test_toolbox
276+
273277The second command sets ``GALAXY_TEST_TOOL_CONF `` environment variable, which
274278will restrict the testing framework to considering a single tool conf file
275279(such as the default tools that ship with Galaxy
You can’t perform that action at this time.
0 commit comments