[xen-tools-dev] [PATCH] Print file
Stéphane Jourdois
sjourdois at gmail.com
Sun Jul 11 15:38:59 CEST 2010
Helps debugging
---
t/test-trailing-whitespace.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/t/test-trailing-whitespace.t b/t/test-trailing-whitespace.t
index 2973588..9c9b7c7 100755
--- a/t/test-trailing-whitespace.t
+++ b/t/test-trailing-whitespace.t
@@ -56,6 +56,6 @@ sub checkFile
}
close( INPUT );
- is( $trailing, 0, "File has no trailing whitespace" );
+ is( $trailing, 0, "File '$file' has no trailing whitespace" );
}
--
1.5.6.5
More information about the xen-tools-dev
mailing list