Skip to content
Snippets Groups Projects
Commit 1b0c5ab8 authored by Andrius Merkys's avatar Andrius Merkys
Browse files

Preventing volatile test outputs from appearing in kallisto-examples binary...

Preventing volatile test outputs from appearing in kallisto-examples binary package (Closes: #1004053). Thanks Vagrant Cascadian.
parent c0b19bd0
No related branches found
No related tags found
No related merge requests found
......@@ -17,3 +17,4 @@ override_dh_auto_configure:
override_dh_auto_test:
dh_auto_test
cd test && PATH=$$(find ../obj-* -name src):$(PATH) HOME=$$(mktemp --directory) snakemake --cores 1
rm -rf test/.snakemake test/bus_out test/transcripts.kidx.gz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment