Support running tests verbosely with Make target "test-verbose"
This commit is contained in:
parent
d7b794bc2c
commit
f6c6c35b40
@ -20,7 +20,7 @@ install:
|
||||
- export RELEASE_TESTING=1 AUTOMATED_TESTING=1 AUTHOR_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1 PATH=bin:${PERLBREW_PATH}:${PATH}
|
||||
|
||||
script:
|
||||
- make test
|
||||
- make test-verbose
|
||||
|
||||
after_success:
|
||||
- prove --exec 'env PERL5OPT=-MDevel::Cover=-ignore_re,^(t/|/usr) perl' t/*.t
|
||||
|
||||
6
Makefile
6
Makefile
@ -292,13 +292,15 @@ orig-tar-gz: tarball
|
||||
#
|
||||
# Run the test suite.
|
||||
#
|
||||
test-verbose : VERBOSE = -v
|
||||
test-verbose: test
|
||||
test: non-author-test author-test
|
||||
|
||||
non-author-test: update-modules
|
||||
prove --shuffle t/
|
||||
prove $(VERBOSE) --shuffle t/
|
||||
|
||||
author-test:
|
||||
prove xt/
|
||||
prove $(VERBOSE) xt/
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -24,6 +24,11 @@ Distribution Releases Changes
|
||||
+ Debian 7 Wheezy
|
||||
+ Debian 8 Jessie
|
||||
|
||||
Other Changes
|
||||
-------------
|
||||
|
||||
* Support running tests verbosely with Make target "test-verbose".
|
||||
|
||||
|
||||
xen-tools 4.8 (released 9 Feb 2019)
|
||||
===================================
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user