diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-01-18 11:58:10 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-01-19 09:37:34 +0000 |
commit | f1a496844eddb421ba2a36e551dd308b8a565162 (patch) | |
tree | c4ba0bae3cd4c2370b442be9f9e5422cf0abd352 /test/runtest | |
parent | 50936073b7f81a4ca991809d02c77f6fd7813c80 (diff) |
Testsuite: munge output for platform variances in postgres server binary location
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index 484b799e9..41531609e 100755 --- a/test/runtest +++ b/test/runtest @@ -923,8 +923,9 @@ RESET_AFTER_EXTRA_LINE_READ: # subsecond timstamp info in reported header-files s/^(-received_time_usec \.)\d{6}$/$1uuuuuu/; - # Postgres server takes varible time to shut down + # Postgres server takes varible time to shut down; lives in various places s/^waiting for server to shut down\.+ done$/waiting for server to shut down.... done/; + s/^\/.*postgres /POSTGRES /; } # ======== stderr ======== |