File: deactivate-tests-requiring-unavailable-data.patch

package info (click to toggle)
kineticstools 0.6.1%2Bgit20220223.1326a4d%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,188 kB
  • sloc: python: 3,508; makefile: 200; ansic: 104; sh: 55; xml: 19
file content (15 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Don't execute tests that require unavailable data files
Author: Afif Elghraoui <afif@debian.org>
Forwarded: not-needed
Last-Update: 2017-01-15
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ check: tests
 tests: cram-tests py-tests extra-tests
 
 cram-tests:
-	cram --verbose --xunit-file=cramtests.xml test/cram/*.t
+	cram --verbose --xunit-file=cramtests.xml `ls test/cram/*.t | grep -v detection_bam`
 
 long-tests:
 	cram test/cram/long_running/*.t