[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 09/10] tests: Output list of devices when partmap fails
From: |
Glenn Washburn |
Subject: |
[PATCH 09/10] tests: Output list of devices when partmap fails |
Date: |
Fri, 17 Sep 2021 23:04:03 +0000 |
Signed-off-by: Glenn Washburn <development@efficientek.com>
---
tests/partmap_test.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/partmap_test.in b/tests/partmap_test.in
index faace51ec..3d9871a2f 100644
--- a/tests/partmap_test.in
+++ b/tests/partmap_test.in
@@ -43,7 +43,7 @@ check_output () {
for dsk in $@; do
if ! grep "($dsk)" "${outfile}" >/dev/null
then
- echo "($dsk): disk/partiton not found"
+ echo "($dsk): disk/partiton not found in: $(cat "${outfile}")"
exit 1
fi
done
--
2.32.0
- [PATCH 00/10] More test fixes/improvements, Glenn Washburn, 2021/09/17
- [PATCH 01/10] tests: Rename variable filtime -> filetime as its meant to be, Glenn Washburn, 2021/09/17
- [PATCH 02/10] tests: mkreiserfs only supports 4096 block size, Glenn Washburn, 2021/09/17
- [PATCH 04/10] tests: mkfs.btrfs now supports only 4k sector sizes and above, Glenn Washburn, 2021/09/17
- [PATCH 03/10] tests: Disable reiserfs tests for old format because newer kernels do not support them, Glenn Washburn, 2021/09/17
- [PATCH 05/10] tests: Only test minix3 volumes of 1k block size, Glenn Washburn, 2021/09/17
- [PATCH 06/10] tests: Change FAT volume label to be with in the valid character range, Glenn Washburn, 2021/09/17
- [PATCH 07/10] tests: Skip hfs test only when mac_roman module is not loaded and not loadable, Glenn Washburn, 2021/09/17
- [PATCH 08/10] grub-shell: Boot PowerPC using PMU instead of CUDA for power management, Glenn Washburn, 2021/09/17
- [PATCH 09/10] tests: Output list of devices when partmap fails,
Glenn Washburn <=
- [PATCH 10/10] tests: Do not delete filesystem images on error, Glenn Washburn, 2021/09/17