This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-ruffus.
commit 4fad8986126bcf59b3ab6ccb54c754814694ae52 Author: Andreas Tille <[email protected]> Date: Thu Mar 12 22:00:30 2015 +0100 Add new test --- debian/patches/run_test_executable.patch | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/patches/run_test_executable.patch b/debian/patches/run_test_executable.patch index cd182e4..6ad3bdd 100644 --- a/debian/patches/run_test_executable.patch +++ b/debian/patches/run_test_executable.patch @@ -3,7 +3,7 @@ Author: Andreas Tille <[email protected]> --- /dev/null +++ b/ruffus/test/run_all_unit_tests.cmd -@@ -0,0 +1,83 @@ +@@ -0,0 +1,85 @@ +#!/bin/sh -e +echo Running test_file_name_parameters.py && \ +python -m unittest test_file_name_parameters && \ @@ -85,11 +85,13 @@ Author: Andreas Tille <[email protected]> +python -m unittest test_N_x_M_and_collate && \ +echo Running test_unicode_filenames.py && \ +python -m unittest test_unicode_filenames && \ ++echo Running test_subpipeline.py && \ ++python -m unittest test_subpipeline && \ +echo DONE!!! + --- /dev/null +++ b/ruffus/test/run_all_unit_tests3.cmd -@@ -0,0 +1,82 @@ +@@ -0,0 +1,84 @@ +#!/bin/sh -e +echo Running test_file_name_parameters.py && \ +python3 -m unittest test_file_name_parameters && \ @@ -171,4 +173,6 @@ Author: Andreas Tille <[email protected]> +python3 -m unittest test_N_x_M_and_collate && \ +echo Running test_unicode_filenames.py && \ +python3 -m unittest test_unicode_filenames && \ ++echo Running test_subpipeline.py && \ ++python3 -m unittest test_subpipeline && \ +echo DONE!!! -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-ruffus.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
