Merge branch 'ab/tap' into maint
* ab/tap: test-lib: Remove 3 year old no-op --no-python option test-lib: Ignore --quiet under a TAP harnessmaint
commit
7d808125a0
|
@ -127,14 +127,13 @@ do
|
||||||
-v|--v|--ve|--ver|--verb|--verbo|--verbos|--verbose)
|
-v|--v|--ve|--ver|--verb|--verbo|--verbos|--verbose)
|
||||||
verbose=t; shift ;;
|
verbose=t; shift ;;
|
||||||
-q|--q|--qu|--qui|--quie|--quiet)
|
-q|--q|--qu|--qui|--quie|--quiet)
|
||||||
quiet=t; shift ;;
|
# Ignore --quiet under a TAP::Harness. Saying how many tests
|
||||||
|
# passed without the ok/not ok details is always an error.
|
||||||
|
test -z "$HARNESS_ACTIVE" && quiet=t; shift ;;
|
||||||
--with-dashes)
|
--with-dashes)
|
||||||
with_dashes=t; shift ;;
|
with_dashes=t; shift ;;
|
||||||
--no-color)
|
--no-color)
|
||||||
color=; shift ;;
|
color=; shift ;;
|
||||||
--no-python)
|
|
||||||
# noop now...
|
|
||||||
shift ;;
|
|
||||||
--va|--val|--valg|--valgr|--valgri|--valgrin|--valgrind)
|
--va|--val|--valg|--valgr|--valgri|--valgrin|--valgrind)
|
||||||
valgrind=t; verbose=t; shift ;;
|
valgrind=t; verbose=t; shift ;;
|
||||||
--tee)
|
--tee)
|
||||||
|
|
Loading…
Reference in New Issue