Codebase list roary / 4c2b561
Fix autopkgtest Andreas Tille 1 year, 5 months ago
2 changed file(s) with 5 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 t/data/genbank_gbff/*
22 # Author: Sascha Steinbiss <satta@debian.org>
33 set -e
44
5 ORIGDIR=$(pwd)
6 DATADIR=$ORIGDIR/t/data/genbank_gbff
5 pkg=roary
76
87 export LC_ALL=C.UTF-8
98 if [ "${AUTOPKGTEST_TMP}" = "" ] ; then
1312
1413 cd $AUTOPKGTEST_TMP
1514
16 cp $DATADIR/*.gff .
15 cp -a /usr/share/doc/${pkg}/examples/* .
16 cp -a /usr/share/doc/${pkg}/expected_files.out .
1717
1818 # DEBUG: roary issues "Cannot find the mcxdeblast executable, please ensure its in your PATH" thus checking ...
1919 which mcxdeblast
2222
2323 [ -d out ]
2424
25 find out | LC_ALL=C sort | diff - $ORIGDIR/debian/tests/expected_files.out
25 find out | LC_ALL=C sort | diff - expected_files.out