File tree Expand file tree Collapse file tree
python/stackql_test_tooling Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -550,7 +550,7 @@ def _run_stackql_shell_command_native(
550550 if approot :
551551 supplied_args .append (f'--approot={ approot } ' )
552552 else :
553- supplied_args .append (f'--approot=" { _TEST_APP_CACHE_ROOT } " ' )
553+ supplied_args .append (f'--approot={ _TEST_APP_CACHE_ROOT } ' )
554554 supplied_args .append (f"--execution.concurrency.limit={ self ._concurrency_limit } " )
555555 supplied_args = supplied_args + list (args )
556556 stdout = cfg .get ('stdout' , subprocess .PIPE )
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Shell Session Multiple Statements Inline
4646 ... dummyapp.io
4747 ... stdout=${CURDIR } /tmp/Shell-Session-Multiple-Statements-Inline.tmp
4848 # Verify readline history preserves trailing semicolons
49- ${readline_content } = Get File ${REPOSITORY_ROOT }${/ } .stackql${/ } readline${/ } readline.tmp
49+ ${readline_content } = Get File ${REPOSITORY_ROOT }${/ } test ${ / } .stackql${/ } readline${/ } readline.tmp
5050 Should Contain ${readline_content } stackql_repositories;
5151 Should Contain ${readline_content } order by name desc;
5252 [Teardown] Stackql Per Test Teardown
You can’t perform that action at this time.
0 commit comments