diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-03-02 23:53:32 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-03-03 17:35:18 +0000 |
commit | 617d39327e65b7fccc41a12b4a5e2940d6327c9f (patch) | |
tree | e691e627e34d122e446a7e775f10d08d4bb10eae /test/runtest | |
parent | 3fb501abec98b3f00fb83b180fb6bf920ca0738b (diff) |
ARC initial implementation. Experimental. Bug 2162
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index 06597fe04..8925731d2 100755 --- a/test/runtest +++ b/test/runtest @@ -926,6 +926,9 @@ RESET_AFTER_EXTRA_LINE_READ: # 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 /; + + # ARC is not always supported by the build + next if /^arc_sign =/; } # ======== stderr ======== |