[med-svn] [Git][med-team/snakemake][debian-v7] fail tests to get an amd64 log for comparison (with riscv64 fail)
Rebecca N. Palmer (@rnpalmer-guest)
gitlab at salsa.debian.org
Sun Aug 4 10:57:56 BST 2024
Rebecca N. Palmer pushed to branch debian-v7 at Debian Med / snakemake
Commits:
09a70f90 by Rebecca N. Palmer at 2024-08-04T10:56:51+01:00
fail tests to get an amd64 log for comparison (with riscv64 fail)
- - - - -
3 changed files:
- debian/changelog
- debian/patches/cancelscript_debug.patch
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+snakemake (7.32.4-5) UNRELEASED; urgency=medium
+
+ * (salsa-ci test, please do not upload) fail tests to get a log
+
+ -- Rebecca N. Palmer <rebecca_palmer at zoho.com> Sun, 04 Aug 2024 10:55:45 +0100
+
snakemake (7.32.4-4) unstable; urgency=medium
* Skip tests that crash in persistent_dict because
=====================================
debian/patches/cancelscript_debug.patch
=====================================
@@ -40,7 +40,7 @@ Forwarded: not-needed
cleanup=False,
sigint_after=4,
)
-+ assert os.path.exists(outdir+"/scancel.txt"), str(glob.glob(outdir+'/**/*',recursive=True))
++ assert False and os.path.exists(outdir+"/scancel.txt"), str(glob.glob(outdir+'/**/*',recursive=True))
scancel_txt = open("%s/scancel.txt" % outdir).read()
scancel_lines = scancel_txt.splitlines()
assert len(scancel_lines) == 1
@@ -48,7 +48,7 @@ Forwarded: not-needed
cleanup=False,
sigint_after=4,
)
-+ assert os.path.exists(outdir+"/scancel.txt"), str(glob.glob(outdir+'/**/*',recursive=True))
++ assert False and os.path.exists(outdir+"/scancel.txt"), str(glob.glob(outdir+'/**/*',recursive=True))
scancel_txt = open("%s/scancel.txt" % outdir).read()
scancel_lines = scancel_txt.splitlines()
assert len(scancel_lines) == 2
=====================================
debian/rules
=====================================
@@ -58,7 +58,7 @@ execute_after_dh_installdocs:
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
python3 -c "import io;print(io.DEFAULT_BUFFER_SIZE)"
- . /etc/profile.d/modules.sh && PYBUILD_SYSTEM=custom dh_auto_test
+ . /etc/profile.d/modules.sh && PYBUILD_SYSTEM=custom dh_auto_test || true
endif
override_dh_auto_clean:
View it on GitLab: https://salsa.debian.org/med-team/snakemake/-/commit/09a70f900be0b4eb61a9e4ccde7adb44bee4a1eb
--
View it on GitLab: https://salsa.debian.org/med-team/snakemake/-/commit/09a70f900be0b4eb61a9e4ccde7adb44bee4a1eb
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/20240804/7773d64b/attachment-0001.htm>
More information about the debian-med-commit
mailing list