]> git.ipfire.org Git - thirdparty/grub.git/commit
tests: Exit with skipped exit code when test not performed
authorGlenn Washburn <development@efficientek.com>
Wed, 13 Oct 2021 00:40:02 +0000 (19:40 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 14 Oct 2021 13:03:41 +0000 (15:03 +0200)
commit4dc5259b6efff2ff6c0548d34e2017a817994682
tree4542d660a6e7a3b2bb54048884d81bb961cfc060
parentbcb15e011a100ded569dd9565de866b066d95252
tests: Exit with skipped exit code when test not performed

These tests were not performed and therefore did not pass, nor fail. This
fixes misleading test exit code where, for instance, the pseries_test will
pass on i386-pc, which is not a pseries architecture.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
15 files changed:
tests/ahci_test.in
tests/cdboot_test.in
tests/core_compress_test.in
tests/ehci_test.in
tests/fddboot_test.in
tests/grub_cmd_date.in
tests/grub_cmd_set_date.in
tests/grub_cmd_sleep.in
tests/hddboot_test.in
tests/netboot_test.in
tests/ohci_test.in
tests/partmap_test.in
tests/pata_test.in
tests/pseries_test.in
tests/uhci_test.in