Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6ba0f31

Browse files
committed
Make less misleading message for failed + ignored tests.
1 parentf2c8f27 commit6ba0f31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/test/regress/pg_regress.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.19 2001/02/18 17:53:55 tgl Exp $
2+
# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.20 2001/03/24 23:32:25 petere Exp $
33

44
me=`basename$0`
55
:${TMPDIR=/tmp}
@@ -595,7 +595,7 @@ elif [ $count_ignored -eq 0 ]; then
595595
msg="$count_failed of$count_total tests failed."
596596
result=1
597597
else
598-
msg="$count_failed of$count_total tests failed,$count_ignoredfailed test(s) ignored."
598+
msg="`expr$count_failed+$count_ignored`of$count_total tests failed,$count_ignoredof these failures ignored."
599599
result=1
600600
fi
601601

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp