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

Commit1b7332f

Browse files
committed
Fix to make output format identical on echo -n and echo \c platforms. This
had caused the test counts to be wrong on the latter group.
1 parent7c5a444 commit1b7332f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/test/regress/pg_regress.sh

Lines changed: 4 additions & 4 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.4 2000/10/02 11:47:30 petere Exp $
2+
# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.5 2000/10/03 19:37:39 petere Exp $
33

44
me=`basename$0`
55
:${TMPDIR=/tmp}
@@ -461,15 +461,15 @@ do
461461
if [$#-eq 1 ];then
462462
# Run a single test
463463
formatted=`echo$1| awk'{printf "%-20.20s", $1;}'`
464-
$ECHO_N"test$formatted ..."$ECHO_C
464+
$ECHO_N"test$formatted ...$ECHO_C"
465465

466466
$PSQL -d"$dbname"<"$inputdir/sql/$1.sql">"$outputdir/results/$1.out"2>&1
467467
else
468468
# Start a parallel group
469469
$ECHO_N"parallel group ($# tests):"$ECHO_C
470470
for name;do
471471
($PSQL -d$dbname<"$inputdir/sql/$name.sql">"$outputdir/results/$name.out"2>&1
472-
$ECHO_N"$name"$ECHO_C
472+
$ECHO_N"$name$ECHO_C"
473473
)&
474474
done
475475
wait
@@ -486,7 +486,7 @@ do
486486
for name;do
487487
if [$#-ne 1 ];then
488488
formatted=`echo"$name"| awk'{printf "%-20.20s", $1;}'`
489-
$ECHO_N"$formatted ..."$ECHO_C
489+
$ECHO_N"$formatted ...$ECHO_C"
490490
fi
491491

492492
# Check list extracted from resultmap to see if we should compare

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp