[med-svn] [Git][med-team/nim-hts][master] Also tolerate incompatible pointer types in autopkgtest
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sun Dec 1 16:24:51 GMT 2024
Andreas Tille pushed to branch master at Debian Med / nim-hts
Commits:
262051c3 by Andreas Tille at 2024-12-01T17:23:17+01:00
Also tolerate incompatible pointer types in autopkgtest
- - - - -
2 changed files:
- debian/changelog
- debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -6,6 +6,7 @@ nim-hts (0.3.25+ds-1) UNRELEASED; urgency=medium
* Standards-Version: 4.7.0 (routine-update)
* Tolerate incompatible pointer types to build smoothly
Closes: #1081123
+ * Also tolerate incompatible pointer types in autopkgtest
-- Andreas Tille <tille at debian.org> Sun, 01 Dec 2024 09:58:39 +0100
=====================================
debian/tests/run-unit-test
=====================================
@@ -4,7 +4,7 @@ set -e
pkg="nim-hts-dev"
if [ "$AUTOPKGTEST_TMP" = "" ] ; then
- AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
+ AUTOPKGTEST_TMP=`mktemp -d /var/tmp/${pkg}-test.XXXXXX`
trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM
fi
@@ -21,9 +21,8 @@ echo "======================================="
echo "PASS"
echo "TEST 2"
-nim -p:/usr/share/nimble/hts/ c test2.nim
+nim --passC:"-Wno-incompatible-pointer-types" -p:/usr/share/nimble/hts/ c test2.nim
./test2
rm -f ./test2
echo "======================================="
echo "PASS"
-
View it on GitLab: https://salsa.debian.org/med-team/nim-hts/-/commit/262051c311898fc568eda82ad830c14ee7f12db6
--
View it on GitLab: https://salsa.debian.org/med-team/nim-hts/-/commit/262051c311898fc568eda82ad830c14ee7f12db6
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/20241201/7e03cb21/attachment-0001.htm>
More information about the debian-med-commit
mailing list