[sheepdog] [PATCH 1/3] tests: show description even when not running tests
MORITA Kazutaka
morita.kazutaka at lab.ntt.co.jp
Tue Oct 16 09:32:42 CEST 2012
This is useful when we select tests to be run.
Signed-off-by: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>
---
tests/check | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/tests/check b/tests/check
index 720f775..c5311a4 100755
--- a/tests/check
+++ b/tests/check
@@ -420,7 +420,8 @@ do
if $showme
then
- echo
+ description=`sed -n '3s/^#//p' $seq`
+ echo " $description"
continue
elif [ -f expunged ] && $expunge && egrep "^$seq([ ]|\$)" expunged >/dev/null
then
--
1.7.2.5
More information about the sheepdog
mailing list