From 01584c5f140948022232b4f65f4f2f2a6936d09b Mon Sep 17 00:00:00 2001 From: Martin Cech Date: Thu, 19 Nov 2015 12:26:51 -0500 Subject: [PATCH] restructure help a little --- docs/writing_how_do_i.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/writing_how_do_i.rst b/docs/writing_how_do_i.rst index c06f79b6c..d47ae1001 100644 --- a/docs/writing_how_do_i.rst +++ b/docs/writing_how_do_i.rst @@ -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