We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
readline
1 parent 98a1b92 commit e1e44f1Copy full SHA for e1e44f1
1 file changed
test/robot/functional/stackql_sessions.robot
@@ -46,6 +46,7 @@ Shell Session Multiple Statements Inline
46
... dummyapp.io
47
... stdout=${CURDIR}/tmp/Shell-Session-Multiple-Statements-Inline.tmp
48
# Verify readline history preserves trailing semicolons
49
+ Pass Execution If "${EXECUTION_PLATFORM}" == "docker" Skipping readline verification in docker
50
${readline_content} = Get File ${REPOSITORY_ROOT}${/}test${/}.stackql${/}readline${/}readline.tmp
51
Should Contain ${readline_content} stackql_repositories;
52
Should Contain ${readline_content} order by name desc;
0 commit comments