Report any test suite errors in more detail but otherwise ignore them, as some
authorAaron M. Ucko <ucko@debian.org>
Sun, 29 May 2011 15:10:55 +0000 (15:10 +0000)
committerAaron M. Ucko <ucko@debian.org>
Sun, 29 May 2011 15:10:55 +0000 (15:10 +0000)
tests will likely fail in unnetworked environments (as on some autobuilders).

debian/rules

index 244834da73dfdede56836e957d500d65a4779a8a..01275c1b531ccf37eac21f9e97742c17c43c83f5 100755 (executable)
@@ -31,6 +31,11 @@ override_dh_auto_build:
        cd c++/BUILD/build  &&  make -f Makefile.flat \
            all_projects="$(proj)"
 
+override_dh_auto_test:
+       -dh_auto_test
+       -c++/BUILD/build/check.sh concat_err
+       -cat c++/BUILD/build/check.sh.out_err
+
 instroot = debian/ncbi-blast+/usr
 override_dh_auto_install:
        cp c++/BUILD/lib/*.so $(instroot)/lib/ncbi-blast+/