From 2bad25eaa3ab51628c02700a5bc290d6f7990e14 Mon Sep 17 00:00:00 2001 From: "Aaron M. Ucko" Date: Sun, 29 May 2011 15:10:55 +0000 Subject: [PATCH] Report any test suite errors in more detail but otherwise ignore them, as some tests will likely fail in unnetworked environments (as on some autobuilders). --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index 244834da..01275c1b 100755 --- a/debian/rules +++ b/debian/rules @@ -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+/ -- 2.30.2