]> git.notmuchmail.org Git - notmuch/commit
test: fix wrong SKIP messages
authorFelipe Contreras <felipe.contreras@gmail.com>
Sat, 1 May 2021 11:54:14 +0000 (06:54 -0500)
committerDavid Bremner <david@tethera.net>
Sun, 2 May 2021 00:14:55 +0000 (21:14 -0300)
commit7579f3ac6bc1de2b110661f30241e4c316f5f560
tree243d282d6e8ea5ce4b33df7426774fd86dd8f34a
parent0b48e65526fc1850949b5068a2536a4f46886197
test: fix wrong SKIP messages

When the external prereqs are updated inside the body of the command
(e.g. test_emacs) the message in test_report_skip_ is wrong: it outputs
the body of the command instead of the subtest name.

We need to pass the same argument we pass to test_skip.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
test/test-lib.sh