Skip to content

Commit 6656b9f

Browse files
committed
Fixes to installation
1 parent ee0cf49 commit 6656b9f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
23
set -ev
34

45
cd "$(dirname "$(readlink -f "$0")")"
@@ -7,8 +8,8 @@ sqlplus -L -S ${DB_USER}/${DB_PASS} <<SQL
78
whenever sqlerror exit failure rollback
89
whenever oserror exit failure rollback
910
10-
@migration_test/test_migration.pks
11-
@migration_test/test_migration.pkb
11+
@@migration_test/test_migration.pks
12+
@@migration_test/test_migration.pkb
1213
1314
exit
1415
SQL

0 commit comments

Comments
 (0)