File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- # $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.45 2000/03/16 14:37:33 thomas Exp $
2
+ # $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.46 2000/03/31 01:41:26 momjian Exp $
3
3
#
4
4
if [ $# -eq 0 ]; then
5
5
echo " Syntax: $0 <hostname> [extra-tests]"
@@ -10,7 +10,7 @@ hostname=$1
10
10
shift
11
11
extratests=" $* "
12
12
13
- if [ " x$hostname " = " xwin" -o " x$hostname " = " xi386-pc -qnx4" ]; then
13
+ if [ " x$hostname " = " xwin" -o " x$hostname " = " xi386-qnx -qnx4" ]; then
14
14
HOSTLOC=" -h localhost"
15
15
else
16
16
HOSTLOC=" "
@@ -79,7 +79,7 @@ if [ $? -ne 0 ]; then
79
79
exit 1
80
80
fi
81
81
82
- if [ " x$hostname " != " xi386-pc -qnx4" ]; then
82
+ if [ " x$hostname " != " xi386-qnx -qnx4" ]; then
83
83
echo " =============== installing languages... ================="
84
84
$ECHO_N " installing PL/pgSQL .. " $ECHO_C
85
85
createlang $HOSTLOC plpgsql regression
94
94
echo " =============== running regression queries... ================="
95
95
echo " " > regression.diffs
96
96
97
- if [ " x$hostname " = " xi386-pc -qnx4" ]; then
97
+ if [ " x$hostname " = " xi386-qnx -qnx4" ]; then
98
98
DIFFOPT=" -b"
99
99
else
100
100
DIFFOPT=" -w"
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
find ` pwd` / \( -name _deadcode -a -prune \) -o \
3
- -type f -name ' *.[chyl]' -print| sed ' s;//;/;g' | mkid -S.gen=C -
3
+ -type f -name ' *.[chyl]' -print| sed ' s;//;/;g' | mkid
4
4
5
5
find . -name ' CVS' -prune -o -type d -print | while read DIR
6
6
do
You can’t perform that action at this time.
0 commit comments