Skip to content

Commit 5ce0804

Browse files
committed
Allow running without a "schedule" file. This enables you to run tests
standalone, e.g., "./pg_regress int2".
1 parent 98e195d commit 5ce0804

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.12 2000/11/21 23:40:28 petere Exp $
2+
# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.13 2000/11/22 01:47:47 petere Exp $
33

44
me=`basename $0`
55
: ${TMPDIR=/tmp}
@@ -445,7 +445,7 @@ cat /dev/null >"$diff_file"
445445
lno=0
446446
(
447447
[ "$enable_shared" != yes ] && echo "ignore: plpgsql"
448-
cat $schedule
448+
cat $schedule </dev/null
449449
for x in $extra_tests; do
450450
echo "test: $x"
451451
done

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy