Skip to content

Commit f5e73d5

Browse files
committed
Change utplsql install user
1 parent d59b88d commit f5e73d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/install_utplsql.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ git clone -b develop --single-branch https://github.com/utPLSQL/utPLSQL.git
1717
cat > install.sh.tmp <<EOF
1818
# tar -xzf $UTPLSQL_FILE.tar.gz && rm $UTPLSQL_FILE.tar.gz
1919
cd /$UTPLSQL_FILE/source
20-
sqlplus -S -L sys/oracle@//127.0.0.1:1521/xe AS SYSDBA @install_headless.sql
20+
sqlplus -S -L sys/oracle@//127.0.0.1:1521/xe AS SYSDBA @install_headless.sql ut3 ut3 users
2121
EOF
2222

2323
# Copy utPLSQL files to the container and install it.

0 commit comments

Comments
 (0)