[med-svn] [Git][med-team/bppsuite][master] 4 commits: Approximate autopkgtest output. Closes #963088.

Pranav Ballaney gitlab at salsa.debian.org
Tue Sep 15 15:03:35 BST 2020



Pranav Ballaney pushed to branch master at Debian Med / bppsuite


Commits:
96cc7940 by Pranav Ballaney at 2020-09-15T18:55:08+05:30
Approximate autopkgtest output. Closes #963088.

- - - - -
12cec938 by Pranav Ballaney at 2020-09-15T18:55:17+05:30
Add Pranav Ballaney to Uploaders

- - - - -
e4b25cd4 by Pranav Ballaney at 2020-09-15T18:55:40+05:30
Update changelog

- - - - -
0384673e by Pranav Ballaney at 2020-09-15T18:57:49+05:30
routine-update: Ready to upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/tests/run-unit-test


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+bppsuite (2.4.1-3) unstable; urgency=medium
+
+  * Approximate autopkgtest output. Closes #963088.
+  * Add Pranav Ballaney to Uploaders
+
+ -- Pranav Ballaney <ballaneypranav at gmail.com>  Tue, 15 Sep 2020 18:56:51 +0530
+
 bppsuite (2.4.1-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -1,7 +1,8 @@
 Source: bppsuite
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Julien Dutheil <julien.dutheil at univ-montp2.fr>,
-           Andreas Tille <tille at debian.org>
+           Andreas Tille <tille at debian.org>,
+           Pranav Ballaney <ballaneypranav at gmail.com>
 Section: science
 Priority: optional
 Build-Depends: debhelper-compat (= 13),


=====================================
debian/tests/run-unit-test
=====================================
@@ -32,7 +32,11 @@ run_test() {
     echo -e "\e[31m\e[1mTest $1 could not be run.\e[0m"
     exit 1
   fi
-  diff $5 $6 --suppress-common-lines
+  # discard digits after the fourth decimal place
+  # in outfile and refence both
+  sed -e "s/\([0-9]\.[0-9]\{4\}\)[0-9]\+/\1/g" < $5 > $5.approx
+  sed -e "s/\([0-9]\.[0-9]\{4\}\)[0-9]\+/\1/g" < $6 > $6.approx
+  diff $5.approx $6.approx --suppress-common-lines
   if [ "$?" -ne "0" ]; then
     echo -e "\e[31m\e[1mOutput did not match the reference.\e[0m"
     exit 1



View it on GitLab: https://salsa.debian.org/med-team/bppsuite/-/compare/c596cdd826b0d2afef62c53541ea9a60a5def6aa...0384673e1ade2ab391ed35200ed9804032055230

-- 
View it on GitLab: https://salsa.debian.org/med-team/bppsuite/-/compare/c596cdd826b0d2afef62c53541ea9a60a5def6aa...0384673e1ade2ab391ed35200ed9804032055230
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/20200915/c17922ec/attachment-0001.html>


More information about the debian-med-commit mailing list