From 7d8219327b7d79406869cd2462eaa75e31c26d2c Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Fri, 22 Mar 2002 06:03:46 +0000 Subject: If tests are skipped, explain why. --- runtests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtests.sh') diff --git a/runtests.sh b/runtests.sh index 9f324486..31c49369 100755 --- a/runtests.sh +++ b/runtests.sh @@ -220,7 +220,8 @@ do maybe_discard_scratch ;; 77) - echo "SKIP $testbase" + # backticks will fill the whole file onto one line, which is a feature + echo "SKIP $testbase (`cat \"$scratchdir/whyskipped\"`)" skipped=`expr $skipped + 1` maybe_discard_scratch ;; -- cgit v1.2.3