Loading debian/tests/run-unit-tests +2 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ if [ "${AUTOPKGTEST_TMP}" = "" ] ; then # 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 trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM fi cp /usr/share/doc/${pkg}/examples/* -a "${AUTOPKGTEST_TMP}" Loading @@ -20,4 +20,4 @@ gunzip -r * 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 ${pkg} -s 1 -k 41 -r reads1.fq -r reads2.fq -r readsN.fq Loading
debian/tests/run-unit-tests +2 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ if [ "${AUTOPKGTEST_TMP}" = "" ] ; then # 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 trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM fi cp /usr/share/doc/${pkg}/examples/* -a "${AUTOPKGTEST_TMP}" Loading @@ -20,4 +20,4 @@ gunzip -r * 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 ${pkg} -s 1 -k 41 -r reads1.fq -r reads2.fq -r readsN.fq