Diff

Differences From Artifact [b561fed95c]:

To Artifact [32e3b3a01b]:


1
2
3
4
5
6
7
8
9
10
11





12
13
14
15
16
17
18
<html>
  <head>
    <title>KitCreator Build and Test Status</title>
  </head>
  <body>
    <h1>KitCreator Build and Test Status</h1>
    <p>The follow versions of KitCreator have test suite results:</p>
    <ul>
<?
	set haveTests 0
	foreach subdir [lsort -dictionary [glob -type d *]] {





		if {$subdir == "tests"} {
			set haveTests 1

			continue
		}

		puts "      <li><a href=\"${subdir}/\">$subdir</a></li>"











>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
  <head>
    <title>KitCreator Build and Test Status</title>
  </head>
  <body>
    <h1>KitCreator Build and Test Status</h1>
    <p>The follow versions of KitCreator have test suite results:</p>
    <ul>
<?
	set haveTests 0
	foreach subdir [lsort -dictionary [glob -type d *]] {
		file lstat $subdir subdirinfo
		if {$subdirinfo(type) == "link"} {
			continue
		}

		if {$subdir == "tests"} {
			set haveTests 1

			continue
		}

		puts "      <li><a href=\"${subdir}/\">$subdir</a></li>"