Skip to content

Commit 4a730af

Browse files
- Debug logging failing tests.
1 parent a81baad commit 4a730af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/robot/functional/stackql_sessions.robot

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,8 @@ PG Session Debug Behaviour Canonical
426426
... ${shellExe} \-c ${input}
427427
... stdout=${CURDIR}/tmp/PG-Session-Debug-Behaviour-Canonical.tmp
428428
... stderr=${CURDIR}/tmp/PG-Session-Debug-Behaviour-Canonical-stderr.tmp
429+
Log STDOUT = "${result.stdout}"
430+
Log STDERR = "${result.stderr}"
429431
Should Contain ${result.stdout} ${outputStr} collapse_spaces=True
430432
Should Contain ${result.stderr} ${outputErrStr} collapse_spaces=True
431433
[Teardown] Run Keywords Remove Environment Variable PGHOST
@@ -460,6 +462,8 @@ PG Session Debug Off Behaviour Canonical
460462
... ${shellExe} \-c ${input}
461463
... stdout=${CURDIR}/tmp/PG-Session-Debug-Off-Behaviour-Canonical.tmp
462464
... stderr=${CURDIR}/tmp/PG-Session-Debug-Off-Behaviour-Canonical-stderr.tmp
465+
Log STDOUT = "${result.stdout}"
466+
Log STDERR = "${result.stderr}"
463467
Should Contain ${result.stdout} ${outputStr} collapse_spaces=True
464468
Should Be Empty ${result.stderr}
465469
[Teardown] Run Keywords Remove Environment Variable PGHOST

0 commit comments

Comments
 (0)