File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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 ***
1213Library Process
1314Library 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 }
1617Library Process
1718Library OperatingSystem
You can’t perform that action at this time.
0 commit comments