Skip to content
Commits on Source (2)
hisat2 (2.1.0-4) UNRELEASED; urgency=medium
* Team upload.
[Saira Hussain]
* Add autopkgtest
-- Saira Hussain <saira.h0213@zoho.com> Fri, 02 Aug 2019 15:18:09 +0100
hisat2 (2.1.0-3) UNRELEASED; urgency=medium
* Install hisat2_extract_splice_sites.py
......
Tests: run-unit-tests
Depends: @
Restrictions: allow-stderr
#!/bin/bash
set -e
pkg=hisat2
if [ "${AUTOPKGTEST_TMP}" = "" ] ; then
AUTOPKGTEST_TMP=$(mktemp -d /tmp/${pkg}-test.XXXXXX)
# Double quote below to expand the temporary directory variable now versus
# later is on purpose.
# shellcheck disable=SC2064
# trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM
fi
cp /usr/share/doc/${pkg}/examples/* -a "${AUTOPKGTEST_TMP}"
cd "${AUTOPKGTEST_TMP}"
# Just for debugging
set -x
# Run the reproducible suite