8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c8f27 commit 6ba0f31Copy full SHA for 6ba0f31
src/test/regress/pg_regress.sh
@@ -1,5 +1,5 @@
1
#! /bin/sh
2
-# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.19 2001/02/18 17:53:55 tgl Exp $
+# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.20 2001/03/24 23:32:25 petere Exp $
3
4
me=`basename $0`
5
: ${TMPDIR=/tmp}
@@ -595,7 +595,7 @@ elif [ $count_ignored -eq 0 ]; then
595
msg="$count_failed of $count_total tests failed."
596
result=1
597
else
598
- msg="$count_failed of $count_total tests failed, $count_ignored failed test(s) ignored."
+ msg="`expr $count_failed + $count_ignored` of $count_total tests failed, $count_ignored of these failures ignored."
599
600
fi
601
0 commit comments