]> diplodocus.org Git - nmh/blobdiff - test/common.sh.in
Hacked m_Eom() to fix test-eom-align.
[nmh] / test / common.sh.in
index d0c446def79dc6fc1cca7e1b304d046b4c38ac44..45db9db39ae74c021b351c6cda570d44ecdeed4a 100644 (file)
@@ -70,8 +70,8 @@ fi
 
 test_skip ()
 {
-  WHY="$1"
-  echo "$Test $0 SKIP ($WHY)"
+  why="$1"
+  echo "$0: skipped: $why"
   exit 77
 }
 
@@ -311,7 +311,7 @@ cleanup() {
     #### 1) Set test name before running the test, use start_test().
     #### 2) Unset upon successful completion, use finish_test().
     if test -n "$nmh_tests_testname"; then
-        echo $nmh_tests_testname failed
+        echo "first named test failure: $nmh_tests_testname"
     fi
 
     #### Exit with non-zero status if failure.  Failure is defined as either