Skip to content

Commit ab60f34

Browse files
committed
oracleDB-tests: Extend env variables passed to test binary
Change-Id: Ie4b9ebb6cdc0dd4edecbce64087dc3b42867eef0
1 parent ac22fb9 commit ab60f34

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/mk-oracle

packages/mk-oracle/run

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ run_test_component_remote_host() {
238238
cd "${TEST_BINARY_REMOTE_PATH}"
239239
export ORACLE_HOME="${ORACLE_HOME}"
240240
export CI_ORA2_DB_TEST="${CI_ORA2_DB_TEST}"
241+
export MK_CONFDIR=$(pwd)
242+
export MK_LIBDIR=$(pwd)/runtimes
241243
chmod +x ./"${TEST_NAME}"
242244
./"${TEST_NAME}"
243245
EOF

0 commit comments

Comments
 (0)