Codebase list python-pauvre / 4c472f0
clean some input file landing in dist-packages Etienne Mollier 4 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2727 && cp -r "$(CURDIR)/debian/tests/gff_files" \
2828 "$${PYBUILDDIR}/pauvre/tests/testdata" \
2929 && BUILDDIR="$${PYBUILDDIR}" PATH="$(CURDIR)/debian/bin:$$PATH" \
30 dh_auto_test
30 dh_auto_test \
31 && rm "$${PYBUILDDIR}/input"
3132 endif