[med-svn] [Git][med-team/simka][master] 2 commits: Fix autopkgtest and mark non-working simkaMin/test_simkaMin.py as FIXME
Andreas Tille
gitlab at salsa.debian.org
Thu Jan 28 11:59:33 GMT 2021
Andreas Tille pushed to branch master at Debian Med / simka
Commits:
6f4ea2b1 by Andreas Tille at 2021-01-28T12:41:53+01:00
Fix autopkgtest and mark non-working simkaMin/test_simkaMin.py as FIXME
- - - - -
449decd8 by Andreas Tille at 2021-01-28T12:44:37+01:00
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-simka (1.5.3-1) UNRELEASED; urgency=medium
+simka (1.5.3-1) unstable; urgency=medium
* Team upload.
* New upstream version
@@ -6,8 +6,10 @@ simka (1.5.3-1) UNRELEASED; urgency=medium
* Add salsa-ci file (routine-update)
* Rules-Requires-Root: no (routine-update)
* Trim trailing whitespace.
+ * Fix autopkgtest and mark non-working simkaMin/test_simkaMin.py as
+ FIXME
- -- Andreas Tille <tille at debian.org> Thu, 28 Jan 2021 12:19:41 +0100
+ -- Andreas Tille <tille at debian.org> Thu, 28 Jan 2021 12:42:03 +0100
simka (1.5.2-1) unstable; urgency=medium
=====================================
debian/tests/run-unit-test
=====================================
@@ -9,15 +9,15 @@ if [ "${AUTOPKGTEST_TMP}" = "" ] ; then
trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM
fi
-cp -a /usr/share/doc/${pkg}/example/* "${AUTOPKGTEST_TMP}"
-cp -a /usr/share/doc/${pkg}min/example/* "${AUTOPKGTEST_TMP}"
+cp -a /usr/share/doc/${pkg}/example "${AUTOPKGTEST_TMP}"
+cp -a /usr/share/doc/${pkg}min/example "${AUTOPKGTEST_TMP}"
-cd "${AUTOPKGTEST_TMP}"
+cd "${AUTOPKGTEST_TMP}"/example
find . -name "*.gz" -exec gunzip \{\} \;
ls && ls simkaMin
echo "Testing simka"
bash simple_test.sh
python3 simple_test.py
-echo "Testing simkaMin"
-python3 simkaMin/test_simkaMin.py || true
+echo "FIXME: Testing simkaMin does not work - needs more investigation"
+# python3 simkaMin/test_simkaMin.py
View it on GitLab: https://salsa.debian.org/med-team/simka/-/compare/b03c77a69cda244e354ccddccaf63453680effc3...449decd8c16b448af31e5d6866aa7366c888105c
--
View it on GitLab: https://salsa.debian.org/med-team/simka/-/compare/b03c77a69cda244e354ccddccaf63453680effc3...449decd8c16b448af31e5d6866aa7366c888105c
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/20210128/2a3e0360/attachment-0001.html>
More information about the debian-med-commit
mailing list