This is an automated email from the git hooks/post-receive script. sascha-guest pushed a commit to branch master in repository iva.
commit 16708db231e58ba3b482dc53ef698f94f01a1356 Author: Sascha Steinbiss <[email protected]> Date: Wed May 4 13:59:11 2016 +0000 use trimmomatic in autopkgtest --- debian/tests/control | 2 +- debian/tests/test-example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/tests/control b/debian/tests/control index cb81487..b9e769d 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,2 +1,2 @@ Tests: test-example -Depends: @ +Depends: @, trimmomatic diff --git a/debian/tests/test-example b/debian/tests/test-example index ef7f5bf..489d99c 100755 --- a/debian/tests/test-example +++ b/debian/tests/test-example @@ -6,4 +6,4 @@ set -e WORKDIR=$(mktemp -d) trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM -iva --test $(WORKDIR) +iva --test --trimmomatic /usr/share/java/trimmomatic.jar $WORKDIR/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
