From 617d39327e65b7fccc41a12b4a5e2940d6327c9f Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Fri, 2 Mar 2018 23:53:32 +0000 Subject: ARC initial implementation. Experimental. Bug 2162 --- test/runtest | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/runtest') 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 ======== -- cgit v1.2.3