This is an automated email from the git hooks/post-receive script. sascha-guest pushed a commit to branch master in repository iva.
commit a52d85d355d90c5363fb697fddcbc7968b1a2fe9 Author: Sascha Steinbiss <[email protected]> Date: Wed May 4 12:17:33 2016 +0000 add autopkgtests --- debian/tests/control | 2 ++ debian/tests/test-example | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..cb81487 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,2 @@ +Tests: test-example +Depends: @ diff --git a/debian/tests/test-example b/debian/tests/test-example new file mode 100755 index 0000000..ad060f4 --- /dev/null +++ b/debian/tests/test-example @@ -0,0 +1,6 @@ +#!/bin/sh +# autopkgtest check: Run example test data through IVA +# Author: Sascha Steinbiss <[email protected]> +set -e + +python3 setup.py test -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/iva.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
