diff options
Diffstat (limited to 'utils/NightlyTestTemplate.html')
-rw-r--r-- | utils/NightlyTestTemplate.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html index 94ead78..3fceb62 100644 --- a/utils/NightlyTestTemplate.html +++ b/utils/NightlyTestTemplate.html @@ -160,10 +160,18 @@ with an asterisk: `*'. The columns of the tables are:<p> </ol><p> A complete log of testing -<a href="$DATE-SingleSource-ProgramTest.txt.gz">SingleSource</a> and -<a href="$DATE-MultiSource-ProgramTest.txt.gz">MultiSource</a> programs are +<a href="$DATE-SingleSource-ProgramTest.txt.gz">SingleSource</a>, +<a href="$DATE-MultiSource-ProgramTest.txt.gz">MultiSource</a>, and +<a href="$DATE-External-ProgramTest.txt.gz">External</a> programs are available</a> for further analysis. +<h2>Programs/External</h2> + +<center> +<table border="0" cellspacing="0" cellpadding="2"><tr><td bgcolor="#000000"> +$ExternalProgramsTable +</td></tr></table></center> + <h2>Programs/MultiSource</h2> <center> |