[med-svn] [Git][med-team/proteinortho][master] 2 commits: Update testing code (Thanks to upstream)

Nilesh Patra (@nilesh) gitlab at salsa.debian.org
Tue Nov 15 12:22:46 GMT 2022



Nilesh Patra pushed to branch master at Debian Med / proteinortho


Commits:
eb5ec42d by Nilesh Patra at 2022-11-15T17:44:54+05:30
Update testing code (Thanks to upstream)

- - - - -
427c970d by Nilesh Patra at 2022-11-15T17:46:34+05:30
Upload to unstable

- - - - -


2 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -8,8 +8,9 @@ proteinortho (6.1.2+dfsg-1) unstable; urgency=medium
   [ Nilesh Patra ]
   * Do not run tests in parallel as the makefile (probably) does not
     yet support running on multiple threads
+  * Update testing code (Thanks to upstream)
 
- -- Nilesh Patra <nilesh at debian.org>  Sun, 06 Nov 2022 15:43:06 +0530
+ -- Nilesh Patra <nilesh at debian.org>  Tue, 15 Nov 2022 17:46:25 +0530
 
 proteinortho (6.1.1+dfsg-1) unstable; urgency=medium
 


=====================================
debian/tests/run-unit-test
=====================================
@@ -63,9 +63,9 @@ proteinortho_clustering -test
 
 # Compare results of 'with lapack' and 'without lapack'
 proteinortho_clustering -epsilon 0 test_blastp.blast-graph
-sort remove.graph -o test.A
+perl -lne 'print join "\t", sort split("\t",$_)' remove.graph | sort > test.A
 proteinortho_clustering -epsilon 0 -lapack 0 test_blastp.blast-graph
-sort remove.graph -o test.B
-diff test.A test.B
+perl -lne 'print join "\t", sort split("\t",$_)' remove.graph | sort > test.B
+diff -u test.A test.B
 
 echo "Test okay"



View it on GitLab: https://salsa.debian.org/med-team/proteinortho/-/compare/592470cd307cb9231431824617e12065f82b60fd...427c970d6dc7f60f2e664a405045ea9af4a8fe2e

-- 
View it on GitLab: https://salsa.debian.org/med-team/proteinortho/-/compare/592470cd307cb9231431824617e12065f82b60fd...427c970d6dc7f60f2e664a405045ea9af4a8fe2e
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/20221115/825d2d31/attachment-0001.htm>


More information about the debian-med-commit mailing list