[med-svn] [pbgenomicconsensus] 03/06: Make tests verbose
Afif Elghraoui
afif-guest at moszumanska.debian.org
Wed Oct 14 04:56:06 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch master
in repository pbgenomicconsensus.
commit 54590e3cd7b0d6129fe33b2f64c914aa9c4142be
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Tue Oct 13 20:47:04 2015 -0700
Make tests verbose
---
debian/patches/series | 1 +
debian/patches/verbose-testing.patch | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/debian/patches/series b/debian/patches/series
index 2ea9908..14e8d73 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
python-scripts
manpages.patch
+verbose-testing.patch
diff --git a/debian/patches/verbose-testing.patch b/debian/patches/verbose-testing.patch
new file mode 100644
index 0000000..b3f0336
--- /dev/null
+++ b/debian/patches/verbose-testing.patch
@@ -0,0 +1,28 @@
+Description: Make tests run verbosely
+ The cram tests in particular don't output anything until the suite is
+ finished. On slower buildd's, this might make the build time-out due to
+ apparent lack of activity and report FTBFS.
+Author: Afif Elghraoui <afif at ghraoui.name>
+Forwarded: not-needed
+Last-Update: 2015-10-13
+--- pbgenomicconsensus.orig/Makefile
++++ pbgenomicconsensus/Makefile
+@@ -13,15 +13,15 @@
+
+ tests:
+ # Unit tests
+- nosetests --with-xunit tests/unit
++ nosetests -v --with-xunit tests/unit
+ # End-to-end tests
+- PATH=`pwd`:$(PATH) cram tests/cram/*.t
++ PATH=`pwd`:$(PATH) cram --verbose tests/cram/*.t
+
+ extra-tests:
+ # Tests that need to be run by Jenkins but are slowing
+ # down the development cycle, so aren't run by "tests"
+ # target.
+- PATH=`pwd`:$(PATH) cram tests/cram/extra/*.t
++ PATH=`pwd`:$(PATH) cram --verbose tests/cram/extra/*.t
+
+ internal-tests:
+ # Long running tests that depend on files located on PacBio internal NFS
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pbgenomicconsensus.git
More information about the debian-med-commit
mailing list