From a00cbd2ed63bad10e639c9b2d58d9a933b976e6e Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 7 Mar 2007 11:53:59 +0000 Subject: [PATCH] Make dohtml output a separate page for only testing-related bugs. --- dohtml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/dohtml b/dohtml index 19813e1..5e93730 100755 --- a/dohtml +++ b/dohtml @@ -6,6 +6,7 @@ realmakepage() { local filter="$1" # Distributions to list local title="$2" # Title of page local date="$3" # Date + local worry="$4" # Worry about testing only? local descr # Description of filter if [ -z "$filter" ]; then @@ -15,6 +16,8 @@ realmakepage() { filter="-d $filter" fi + filter="$filter $worry" + cat < @@ -126,6 +129,8 @@ EOF