Andreas Tille pushed to branch master at Debian Med / libedlib

Commits:
aad52a1b by Andreas Tille at 2018-10-21T06:05:56Z
Make sure the executable is found in test

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+libedlib (1.2.3-4) UNRELEASED; urgency=medium
+
+  * Make sure the executable is found in test
+
+ -- Andreas Tille <[email protected]>  Sun, 21 Oct 2018 08:05:00 +0200
+
 libedlib (1.2.3-3) unstable; urgency=medium
 
   * Fix Vcs fields


=====================================
debian/rules
=====================================
@@ -24,6 +24,6 @@ override_dh_install:
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-       `find . -name edlib-aligner` -p apps/aligner/test_data/query.fasta 
apps/aligner/test_data/target.fasta
+       `find . -name edlib-aligner -type f -executable` -p 
apps/aligner/test_data/query.fasta apps/aligner/test_data/target.fasta
        `find . -name runTests`
 endif



View it on GitLab: 
https://salsa.debian.org/med-team/libedlib/commit/aad52a1b3d59da7b059605e9dc78456291a83e36

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/libedlib/commit/aad52a1b3d59da7b059605e9dc78456291a83e36
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to