Skip to content

Commit

Permalink
restructure help a little
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed Nov 19, 2015
1 parent b757791 commit 01584c5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/writing_how_do_i.rst
Original file line number Diff line number Diff line change
Expand Up @@ -264,12 +264,16 @@ instance.
::

sh run_tests.sh --report_file tool_tests_shed.html --installed
GALAXY_TEST_TOOL_CONF=config/tool_conf.xml sh run_tests.sh --report_file tool_tests_tool_conf.html functional.test_toolbox

The first command specifies the ``--installed`` flag when calling

This above command specifies the ``--installed`` flag when calling
``run_tests.sh``, this tells the test framework to test Tool Shed installed
tools and only those tools.

::

GALAXY_TEST_TOOL_CONF=config/tool_conf.xml sh run_tests.sh --report_file tool_tests_tool_conf.html functional.test_toolbox
The second command sets ``GALAXY_TEST_TOOL_CONF`` environment variable, which
will restrict the testing framework to considering a single tool conf file
(such as the default tools that ship with Galaxy
Expand Down

0 comments on commit 01584c5

Please sign in to comment.