t/test-lib-main.sh: include $this_test in comments
commit69c3ab8cc4a092c4af51c12bab1fc61ea4336979
authorKyle J. McKay <mackyle@gmail.com>
Fri, 26 May 2017 22:20:48 +0000 (26 15:20 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 26 May 2017 22:20:48 +0000 (26 15:20 -0700)
tree94fd47d828cd4ee9f6db627f8610995297e16a89
parentf79d76e079349474fe19d55340e33cd196333504
t/test-lib-main.sh: include $this_test in comments

Instead of outputting something like this:

  # passed all 77 test(s)

Include the $this_test name so it looks like this instead:

  # t0001 passed all 77 test(s)

Do the same for all similar comments.  Update the test-lib
testing test (t0001) to grok the new format.

When using a parallel job capable make to run the "test" test
target in multiple job mode having $this_test in the output
comments makes the result so much more intelligible.

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