Skip to content

Commit 417da5d

Browse files
- Interface correction.
1 parent 34eabb6 commit 417da5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/robot/integration/stackql.resource

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*** Variables ***
22
${LOCAL_LIB_HOME} ${CURDIR}${/}..${/}..${/}python
3+
${REPOSITORY_ROOT} ${CURDIR}${/}..${/}..${/}..
34
${EXECUTION_PLATFORM} native # to be overridden from command line, eg "docker"
45
${SQL_BACKEND} sqlite_embedded # to be overridden from command line, eg "postgres_tcp"
56
${IS_WSL} false # to be overridden from command line, with string "true"
@@ -11,7 +12,7 @@ ${CLOUD_INTEGRATION_LIBRARY} stackql_test_tooling.CloudIntegration
1112
*** Settings ***
1213
Library Process
1314
Library OperatingSystem
14-
Variables ${LOCAL_LIB_HOME}/stackql_test_tooling/stackql_context.py ${EXECUTION_PLATFORM} ${SQL_BACKEND} ${USE_STACKQL_PREINSTALLED}
15+
Variables ${LOCAL_LIB_HOME}/stackql_test_tooling/stackql_context.py ${REPOSITORY_ROOT} ${EXECUTION_PLATFORM} ${SQL_BACKEND} ${USE_STACKQL_PREINSTALLED}
1516
... ${SUNDRY_CONFIG}
1617
Library Process
1718
Library OperatingSystem

0 commit comments

Comments
 (0)