提交 5ce0804b 编写于 作者: P Peter Eisentraut

Allow running without a "schedule" file. This enables you to run tests

standalone, e.g., "./pg_regress int2".
上级 98e195d2
#! /bin/sh
# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.12 2000/11/21 23:40:28 petere Exp $
# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.13 2000/11/22 01:47:47 petere Exp $
me=`basename $0`
: ${TMPDIR=/tmp}
......@@ -445,7 +445,7 @@ cat /dev/null >"$diff_file"
lno=0
(
[ "$enable_shared" != yes ] && echo "ignore: plpgsql"
cat $schedule
cat $schedule </dev/null
for x in $extra_tests; do
echo "test: $x"
done
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册