Skip to content
Commits on Source (2)
kissplice (2.4.0-p1-5) UNRELEASED; urgency=medium
* Team upload.
[ Saira Hussain ]
* Add autopkgtest
-- Saira Hussain <saira.h0213@zoho.com> Mon, 12 Aug 2019 12:07:18 +0100
kissplice (2.4.0-p1-4) unstable; urgency=medium
[ Jelmer Vernooij ]
......
Tests: run-unit-tests
Depends: @
Restrictions: allow-stderr
#!/bin/bash
set -e
pkg=kissplice
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}"
gunzip -r *
# Just for debugging
set -x
# Run basic functionality
${pkg} -s 1 -k 41 -r sample_example/reads1.fq -r sample_example/reads2.fq -r sample_example/readsN.fq