[med-svn] [examl] 01/04: Work down the list of potential tests in docs
Andreas Tille
tille at debian.org
Fri Feb 17 14:29:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository examl.
commit d027dbff2eaeb7a8e5bfadd3f5155de9e88804da
Author: Andreas Tille <tille at debian.org>
Date: Fri Feb 17 14:57:04 2017 +0100
Work down the list of potential tests in docs
---
debian/tests/run-unit-test | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index 9e273ed..02d2337 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -5,7 +5,7 @@ pkg="examl"
if [ "$ADTTMP" = "" ] ; then
ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
-# trap "rm -rf $ADTTMP" 0 INT QUIT ABRT PIPE TERM
+ trap "rm -rf $ADTTMP" 0 INT QUIT ABRT PIPE TERM
fi
cp -a /usr/share/doc/${pkg}/testData $ADTTMP
@@ -14,8 +14,11 @@ cd $ADTTMP
gunzip -r *
-set -x
parse-examl -s testData/49 -m DNA -n 49.unpartitioned
parse-examl -s testData/49 -q testData/49.model -m DNA -n 49.partitioned
-examl -np 2 -t testData/49.tree -m GAMMA -s 49.unpartitioned.binary -n T1
+examl -t testData/49.tree -m GAMMA -s 49.unpartitioned.binary -n T1
+examl -s 49.unpartitioned.binary -R ExaML_binaryCheckpoint.T1_5 -m GAMMA -n T1_RESTART
+examl -t testData/49.tree -m GAMMA -s 49.partitioned.binary -n T2
+examl -s 49.unpartitioned.binary -t treeSet -f e -m GAMMA -n T3
+examl -s 49.unpartitioned.binary -t treeSet -f E -m GAMMA -n T4
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/examl.git
More information about the debian-med-commit
mailing list