Skip to content

Commit 139f19c

Browse files
committed
update pltcl test to have at least some chance of running ... still
seems to be busted though ...
1 parent a2c6bf5 commit 139f19c

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

src/pl/tcl/test/runtest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ DBNAME=pltcl_test
44
export DBNAME
55

66
echo "**** Destroy old database $DBNAME ****"
7-
destroydb $DBNAME
7+
dropdb $DBNAME
88

99
echo "**** Create test database $DBNAME ****"
1010
createdb $DBNAME
1111

1212
echo "**** Create procedural language pltcl ****"
13-
psql -q -n $DBNAME <test_mklang.sql
13+
createlang pltcl $DBNAME
1414

1515
echo "**** Create tables, functions and triggers ****"
1616
psql -q -n $DBNAME <test_setup.sql

src/pl/tcl/test/test_mklang.sql

Lines changed: 0 additions & 9 deletions
This file was deleted.

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