From 5450c3fde4c39a23c99f54b4e82740f11c78c422 Mon Sep 17 00:00:00 2001 From: Glenn Washburn Date: Fri, 17 Sep 2021 23:04:03 +0000 Subject: [PATCH] tests: Output list of devices when partmap fails Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper --- 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 e72af9ce4..0043bcf4c 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.47.2