[PATCH 01/12] selftest: Show filename or script we had trouble reading

abartlet at samba.org abartlet at samba.org
Sun Sep 7 17:30:27 MDT 2014


From: Andrew Bartlett <abartlet at samba.org>

Change-Id: I12c26e807ab0d65031347bc3be609b2e87dcabb5
Signed-off-by: Andrew Bartlett <abartlet at samba.org>
---
 selftest/selftest.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index 8342bfe..f35b063 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -582,7 +582,7 @@ sub read_testlist($)
 			print;
 		}
 	}
-	close(IN) or die("Error creating recipe");
+	close(IN) or die("Error creating recipe from $filename");
 	return @ret;
 }
 
-- 
2.1.0



More information about the samba-technical mailing list