[med-svn] [Git][med-team/beast-mcmc][master] Try switching of beagle (but failed)
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Dec 12 15:25:09 GMT 2022
Andreas Tille pushed to branch master at Debian Med / beast-mcmc
Commits:
1d484f04 by Andreas Tille at 2022-12-12T16:24:40+01:00
Try switching of beagle (but failed)
- - - - -
3 changed files:
- debian/changelog
- + debian/tests/control
- debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+beast-mcmc (1.10.4+dfsg-6) UNRELEASED; urgency=medium
+
+ * Add autopkgtest
+ Closes: #1025424
+
+ -- Andreas Tille <tille at debian.org> Sun, 04 Dec 2022 18:16:16 +0100
+
beast-mcmc (1.10.4+dfsg-5) unstable; urgency=medium
* Team upload.
=====================================
debian/tests/control
=====================================
@@ -0,0 +1,3 @@
+Tests: run-unit-test
+Depends: @
+Restrictions: allow-stderr
=====================================
debian/tests/run-unit-test
=====================================
@@ -2,10 +2,13 @@
pkg=beast-mcmc
if [ "$AUTOPKGTEST_TMP" = "" ] ; then
AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
+ trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM
fi
cd $AUTOPKGTEST_TMP
+set -x
for file in /usr/share/doc/beast-mcmc/examples/*/*\.xml
do
- beast-mcmc -overwrite $file
-done
\ No newline at end of file
+ # beast-mcmc -beagle_CPU -overwrite $file # unfortunately this does not work
+ beast-mcmc -beagle_off -overwrite $file
+done
View it on GitLab: https://salsa.debian.org/med-team/beast-mcmc/-/commit/1d484f04ca529f9c36a314f535559c9fae739f09
--
View it on GitLab: https://salsa.debian.org/med-team/beast-mcmc/-/commit/1d484f04ca529f9c36a314f535559c9fae739f09
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20221212/c8bffedf/attachment-0001.htm>
More information about the debian-med-commit
mailing list