File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments