projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
763cf95
)
Allow "test" parameter to specify top-level test.
author
Mike Taylor
<mike@indexdata.com>
Wed, 25 Oct 2006 09:54:16 +0000
(09:54 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 25 Oct 2006 09:54:16 +0000
(09:54 +0000)
web/htdocs/details/check.mc
patch
|
blob
|
history
diff --git
a/web/htdocs/details/check.mc
b/web/htdocs/details/check.mc
index
ca699fc
..
87775a3
100644
(file)
--- a/
web/htdocs/details/check.mc
+++ b/
web/htdocs/details/check.mc
@@
-1,6
+1,7
@@
-%# $Id: check.mc,v 1.9 2006-10-17 16:24:01 mike Exp $
+%# $Id: check.mc,v 1.10 2006-10-25 09:54:16 mike Exp $
<%args>
@id
+$test => "Quick"
</%args>
<%perl>
my $allTargets = (@id == 1 && $id[0] eq "");
@@
-19,7
+20,7
@@
my $spy = new ZOOM::IRSpy::Web("localhost:3313/IR-Explain---1",
$spy->log_init_level("irspy,irspy_test");
$spy->targets(@id) if !$allTargets;
$spy->initialise();
-my $res = $spy->check("Quick");
+my $res = $spy->check($test);
print "<p>\n";
if ($res == 0) {
print "<b>All tests were run</b>\n";