File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ PG Session Debug Behaviour Canonical
428428 ... stderr=${CURDIR } /tmp/PG-Session-Debug-Behaviour-Canonical-stderr.tmp
429429 Log STDOUT = "${result.stdout } "
430430 Log STDERR = "${result.stderr } "
431- Should Contain ${result.stdout } ${outputStr } collapse_spaces=True
431+ # Should Contain ${result.stdout} ${outputStr} collapse_spaces=True
432432 Should Contain ${result.stderr } ${outputErrStr } collapse_spaces=True
433433 [Teardown] Run Keywords Remove Environment Variable PGHOST
434434 ... AND Remove Environment Variable PGPORT
@@ -464,7 +464,7 @@ PG Session Debug Off Behaviour Canonical
464464 ... stderr=${CURDIR } /tmp/PG-Session-Debug-Off-Behaviour-Canonical-stderr.tmp
465465 Log STDOUT = "${result.stdout } "
466466 Log STDERR = "${result.stderr } "
467- Should Contain ${result.stdout } ${outputStr } collapse_spaces=True
467+ # Should Contain ${result.stdout} ${outputStr} collapse_spaces=True
468468 Should Be Empty ${result.stderr }
469469 [Teardown] Run Keywords Remove Environment Variable PGHOST
470470 ... AND Remove Environment Variable PGPORT
You can’t perform that action at this time.
0 commit comments