[med-svn] [Git][med-team/ampliconnoise][master] 3 commits: Add copyright information for test data
Pranav Ballaney
gitlab at salsa.debian.org
Sun Jul 19 09:15:40 BST 2020
Pranav Ballaney pushed to branch master at Debian Med / ampliconnoise
Commits:
08369985 by Pranav Ballaney at 2020-07-18T10:28:47+05:30
Add copyright information for test data
- - - - -
dcebdb66 by Pranav Ballaney at 2020-07-18T23:03:58+05:30
Fix failing tests
- - - - -
b25781bb by Pranav Ballaney at 2020-07-19T13:06:28+05:30
Update changelog
- - - - -
4 changed files:
- debian/changelog
- debian/copyright
- debian/tests/ref/C005.tar.xz
- debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+ampliconnoise (1.29-10) UNRELEASED; urgency=medium
+
+ * Add copyright information for test data
+ * Fix failing tests
+
+ -- Pranav Ballaney <ballaneypranav at gmail.com> Sun, 19 Jul 2020 13:06:00 +0530
+
ampliconnoise (1.29-9) unstable; urgency=medium
[ Andreas Tille ]
=====================================
debian/copyright
=====================================
@@ -11,6 +11,13 @@ Files: debian/*
Copyright: © Tim Booth <tbooth at ceh.ac.uk>
License: GPL-3
+Files: debian/tests/ref/*
+Copyright: 2020 Pranav Ballaney <ballaneypranav at gmail.com>
+License: GPL-3
+Comment: These files were generated by running Test/C005.dat
+ through AmpliconNoise as described in debian/tests/run-unit-test,
+ as a comparison reference for autopkgtests.
+
License: GPL-3
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
=====================================
debian/tests/ref/C005.tar.xz
=====================================
Binary files a/debian/tests/ref/C005.tar.xz and b/debian/tests/ref/C005.tar.xz differ
=====================================
debian/tests/run-unit-test
=====================================
@@ -17,14 +17,20 @@ cp -a /usr/share/doc/${pkg}/examples/* "${AUTOPKGTEST_TMP}"
cd "${AUTOPKGTEST_TMP}"
gunzip -r *
+ls -R
#do_stuff_to_test_package#
./Run.sh C005.dat
-tar xvf ref/C005.tar.xz
+rm -rf C005_s60_c01 C005_s60_c01_T220_s30_c08
+
+cd ref && tar xvf C005.tar.xz
+rm C005.tar.xz
+
+# pwd
-cd C005
for file in *
do
+ echo "${file}" "../${file}"
diff "${file}" "../${file}"
echo "${file} is identical to its reference."
done
\ No newline at end of file
View it on GitLab: https://salsa.debian.org/med-team/ampliconnoise/-/compare/b4df48d4253b6ea79823ad05d055cd81121d5b32...b25781bb5dc3d4f4d7192cc7a1e2efbdac81d8d5
--
View it on GitLab: https://salsa.debian.org/med-team/ampliconnoise/-/compare/b4df48d4253b6ea79823ad05d055cd81121d5b32...b25781bb5dc3d4f4d7192cc7a1e2efbdac81d8d5
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/20200719/10afad72/attachment-0001.html>
More information about the debian-med-commit
mailing list