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 30
|
Currently one test of the test suite fails at build time.
dh_auto_test || true
Running tests...
/usr/bin/ctest --force-new-ctest-process -j1
Test project /home/andreas/debian-maintain/alioth/debian-med_git/build-area/libbpp-seq-omics-2.2.0/obj-x86_64-linux-gnu
Start 1: test_gff
1/2 Test #1: test_gff .........................***Timeout 1500.00 sec
Start 2: test_fastq
2/2 Test #2: test_fastq .......................***Failed 0.01 sec
Could not open example.fastq
0% tests passed, 2 tests failed out of 2
Total Test time (real) = 1500.01 sec
The following tests FAILED:
1 - test_gff (Timeout)
2 - test_fastq (Failed)
Errors while running CTest
The build time test is ignored and upstream asked for clarification.
|