Commit dc83e80e authored by Andreas Tille's avatar Andreas Tille
Browse files

Get rid of debugging code

parent 124bfdef
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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}"
@@ -16,8 +16,5 @@ cp /usr/share/doc/${pkg}/examples/* -a "${AUTOPKGTEST_TMP}"
cd "${AUTOPKGTEST_TMP}"
gunzip -r *

# Just for debugging
set -x

# Test a fasta
${pkg} ebola.fasta -l -s 1.4 -k 3 > clusters