Andreas Tille pushed to branch master at Debian Med / nanolyse
Commits: 847f0439 by Andreas Tille at 2022-02-22T09:31:28+01:00 Make sure autopkgtest is working on the provided data file - - - - - 2 changed files: - debian/changelog - debian/tests/run-unit-test Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +nanolyse (1.2.0-3) UNRELEASED; urgency=medium + + * Make sure autopkgtest is working on the provided data file + + -- Andreas Tille <[email protected]> Tue, 22 Feb 2022 09:30:41 +0100 + nanolyse (1.2.0-2) unstable; urgency=medium * Fix watchfile to detect new versions on github ===================================== debian/tests/run-unit-test ===================================== @@ -9,6 +9,8 @@ if [ "${AUTOPKGTEST_TMP}" = "" ] ; then trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM fi +cp -a /usr/share/doc/${pkg}/examples/* "${AUTOPKGTEST_TMP}" + cd "${AUTOPKGTEST_TMP}" cat paired_reads.fastq | NanoLyse > reads_without_lambda.fastq View it on GitLab: https://salsa.debian.org/med-team/nanolyse/-/commit/847f0439ab66d47a512bab6fbea61268ffec4213 -- View it on GitLab: https://salsa.debian.org/med-team/nanolyse/-/commit/847f0439ab66d47a512bab6fbea61268ffec4213 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
