From 70cfb06727df4b85300dfc2d319c1dbe9d19afd8 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Sun, 29 Nov 2009 18:01:35 +0000 Subject: [PATCH] ITS#5810 Add syntax "#~backend~backend...~#option": inverse of #backend#option --- tests/scripts/conf.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh index ed6f034e2c..bb50966d81 100755 --- a/tests/scripts/conf.sh +++ b/tests/scripts/conf.sh @@ -33,6 +33,8 @@ else fi sed -e "s/@BACKEND@/${BACKEND}/" \ -e "s/^#${BACKEND}#//" \ + -e "/^#~/s/^#[^#]*~${BACKEND}~[^#]*#/#omit: /" \ + -e "s/^#~[^#]*~#//" \ -e "s/@RELAY@/${RELAY}/" \ -e "s/^#relay-${RELAY}#//" \ -e "s/^#${BACKENDTYPE}#//" \ -- 2.39.5