1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/8917614d21d0/ Changeset: 8917614d21d0 User: inithello Date: 2014-01-14 18:45:33 Summary: Log when each phase starts and finishes. Affected #: 1 file diff -r 0b165ce6fac761a9e48cfa007d7e427c7f4b436c -r 8917614d21d03f4c4c3d83a1e00b302e568ea954 install_and_test_tool_shed_repositories.sh --- a/install_and_test_tool_shed_repositories.sh +++ b/install_and_test_tool_shed_repositories.sh @@ -48,10 +48,12 @@ if [ -f /ToolDepsTest/stage_1_complete ] ; then rm /ToolDepsTest/stage_1_complete fi + echo "Starting stage 1, tool dependency definitions." python test/install_and_test_tool_shed_repositories/tool_dependency_definitions/functional_tests.py $* -v --with-nosehtml --html-report-file \ test/install_and_test_tool_shed_repositories/tool_dependency_definitions/run_functional_tests.html \ test/install_and_test_tool_shed_repositories/functional/test_install_repositories.py \ test/functional/test_toolbox.py + echo "Stage 1 complete, exit code $?" touch /ToolDepsTest/stage_1_complete } @@ -60,11 +62,13 @@ echo 'Stage 1 did not complete its run, exiting.' exit 1 fi + echo "Starting stage 2, repositories with tools." # Test installation of repositories that contain valid tools with defined functional tests and a test-data directory containing test files. python test/install_and_test_tool_shed_repositories/repositories_with_tools/functional_tests.py $* -v --with-nosehtml --html-report-file \ test/install_and_test_tool_shed_repositories/repositories_with_tools/run_functional_tests.html \ test/install_and_test_tool_shed_repositories/functional/test_install_repositories.py \ test/functional/test_toolbox.py + echo "Stage 2 complete, exit code $?" rm /ToolDepsTest/stage_1_complete } Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.