test-lib-main.sh: with --verbose-log allow --verbose-only=... and -x
commit1069edafa4739fcea0aa8371c5f719e94f5c1bc9
authorKyle J. McKay <mackyle@gmail.com>
Sat, 11 Feb 2017 22:13:10 +0000 (11 14:13 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 11 Feb 2017 22:13:10 +0000 (11 14:13 -0800)
tree3a6185b7d101256c20a46be1560e506537d270c6
parent75e13ee23543fbd301db2655693aabeb53d78a6b
test-lib-main.sh: with --verbose-log allow --verbose-only=... and -x

If --verbose-log is specified then the standard out and standard error
of the test scripts passed to test_expect_success... are captured to a log
file and do not disrupt any $HARNESS_ACTIVE parsing.

There's no reason then not to allow --verbose-only=... and/or --xtrace
under these circumstances therefore make it so.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
t/test-lib-main.sh