From b482c17f90c314fb8f43e4fc330625367103121e Mon Sep 17 00:00:00 2001
From: Mike Taylor
Date: Thu, 30 Nov 2006 10:53:27 +0000
Subject: [PATCH] Allow all-targets test to choose between Quick and Full.
---
web/htdocs/details/check.mc | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/web/htdocs/details/check.mc b/web/htdocs/details/check.mc
index 70e8f50..7b434be 100644
--- a/web/htdocs/details/check.mc
+++ b/web/htdocs/details/check.mc
@@ -1,4 +1,4 @@
-%# $Id: check.mc,v 1.13 2006-11-18 00:09:01 mike Exp $
+%# $Id: check.mc,v 1.14 2006-11-30 10:53:27 mike Exp $
<%args>
@id
$test => "Quick"
@@ -14,8 +14,9 @@ if ($allTargets && !$really) {
Are you sure you want to do this?
- Yes
- No
+ Yes: Quick Test
+ Yes: Full Test
+ No
<%perl>
} else {
--
1.7.10.4