Re: make test
From: Johannes Sixt <hidden>
Date: 2016-06-15 22:55:02
Am 10/15/2012 12:36, schrieb Joachim Schmitz:
not ok 4 - pretend we have a known breakage # TODO known breakage This is expected, right?
Right.
the next is not though? Why might it be failing, where to check? not ok - 12 tests clean up even on failures # # mkdir failing-cleanup && #... # test_cmp expect out # ) #
First thing: ./t0000-basic.sh -v -i and if that does not give sufficient clues, $SHELL_PATH -x ./t0000-basic.sh -v -i (Beware, though: in some cases, the latter gives additional failures, in particular, when the stderr of a command is checked for with test_cmp instead of grep because the 'actual' results contain the shell command logs, which are not in the 'expected' results.) -- Hannes,