Skip to content

Commit 01584c5

Browse files
committed
restructure help a little
1 parent b757791 commit 01584c5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/writing_how_do_i.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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
271271
tools 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+
273277
The second command sets ``GALAXY_TEST_TOOL_CONF`` environment variable, which
274278
will restrict the testing framework to considering a single tool conf file
275279
(such as the default tools that ship with Galaxy

0 commit comments

Comments
 (0)