Re: [PATCH] Skip tests if required tools are not available

2025-06-14 Thread Neal Gompa
On Mon, Jun 9, 2025 at 1:26 PM Leo Sandoval via Grub-devel wrote: > > There is no reason to fail a test if the required testing tool is not > present on the system, so skip the test instead of failing it. > > Signed-off-by: Leo Sandoval LGTM. Reviewed-by: Neal Gompa -- 真実はいつも一つ!/ Always, the

Re: [PATCH] Skip tests if required tools are not available

2025-06-09 Thread Andrew Hamilton
Hello, > There is no reason to fail a test if the required testing tool is not > present on the system, so skip the test instead of failing it. > > > Signed-off-by: Leo Sandoval This makes sense to me. Reviewed-by: Andrew Hamilton Thanks, Andrew On Mon, Jun 9, 2025 at 12:26 PM Leo Sandoval

[PATCH] Skip tests if required tools are not available

2025-06-09 Thread Leo Sandoval via Grub-devel
There is no reason to fail a test if the required testing tool is not present on the system, so skip the test instead of failing it. Signed-off-by: Leo Sandoval --- tests/btrfs_test.in | 2 +- tests/cpio_test.in | 2 +- tests/erofs_test.in | 2 +- tests/ex