1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Description: Drop tests that require network access
Author: Aaron M. Ucko <ucko@debian.org>
Last-Update: Thu, 21 May 2020 10:14:56 -0400
--- a/test/Makefile
+++ b/test/Makefile
@@ -38,11 +38,9 @@ SUBDIRS = \
kdbmeta \
read-filter-redact \
prefetch \
- dump-test \
vdb-config \
align-info \
align-cache \
- kar \
copycat \
sra-stat \
sra-sort \
--- a/test/sra-pileup/Makefile
+++ b/test/sra-pileup/Makefile
@@ -39,7 +39,7 @@ $(TEST_TOOLS): makedirs
@ $(MAKE_CMD) $(TEST_BINDIR)/$@
ifdef PYTHON
-runtests: announce check_exit_code check_skiplist
+runtests: announce check_exit_code # check_skiplist
slowtests: announce fastq_dump_vs_sam_dump sam_dump_spotgroup_for_all
|