[med-svn] [Git][med-team/parallel-fastq-dump][master] 2 commits: d/t/run-unit-test: Ensure that files in out/ dir are not empty
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Tue Mar 29 19:39:44 BST 2022
Nilesh Patra pushed to branch master at Debian Med / parallel-fastq-dump
Commits:
acc1807d by Nilesh Patra at 2022-03-29T18:31:02+00:00
d/t/run-unit-test: Ensure that files in out/ dir are not empty
- - - - -
626b1c14 by Nilesh Patra at 2022-03-29T18:31:42+00:00
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,9 @@
-parallel-fastq-dump (0.6.7-3) UNRELEASED; urgency=medium
+parallel-fastq-dump (0.6.7-3) unstable; urgency=medium
+ * Team Upload.
* add autopkgtest
- -- Mohammed Bilal <mdbilal at disroot.org> Sun, 27 Mar 2022 05:35:40 +0000
+ -- Mohammed Bilal <mdbilal at disroot.org> Tue, 29 Mar 2022 18:31:28 +0000
parallel-fastq-dump (0.6.7-2) unstable; urgency=medium
=====================================
debian/tests/run-unit-test
=====================================
@@ -12,3 +12,9 @@ fi
cd "${AUTOPKGTEST_TMP}"
parallel-fastq-dump --sra-id SRR014849 --threads 4 --outdir out/ --split-files --gzip
+
+for f in out/*; do
+ [ -s $f ] || exit 1
+done
+
+echo "PASS"
View it on GitLab: https://salsa.debian.org/med-team/parallel-fastq-dump/-/compare/23f42470e6a3aa516ca677359d5d0c350291f73d...626b1c14667c5bd387f458e535438f975e196c47
--
View it on GitLab: https://salsa.debian.org/med-team/parallel-fastq-dump/-/compare/23f42470e6a3aa516ca677359d5d0c350291f73d...626b1c14667c5bd387f458e535438f975e196c47
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/20220329/baaee947/attachment.htm>
More information about the debian-med-commit
mailing list