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

Commit139f19c

Browse files
committed
update pltcl test to have at least some chance of running ... still
seems to be busted though ...
1 parenta2c6bf5 commit139f19c

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)

[8]ページ先頭

©2009-2025 Movatter.jp