diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-05-04 16:21:59 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-05-05 10:29:52 +0200 |
commit | ca25eb9eb3302285e446b5ed157809f88a9ccdfd (patch) | |
tree | 4c41749862fdca25faf4b04fdb47dcb3c06abbed /testing/do-tests.in | |
parent | e8ae55f64bf7bbe0cece6df7f740d88952da4660 (diff) | |
download | strongswan-ca25eb9eb3302285e446b5ed157809f88a9ccdfd.tar.bz2 strongswan-ca25eb9eb3302285e446b5ed157809f88a9ccdfd.tar.xz |
testing: Directly link to index.html of tests to allow browsing via file://.
Diffstat (limited to 'testing/do-tests.in')
-rwxr-xr-x | testing/do-tests.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/do-tests.in b/testing/do-tests.in index 9ff7d9e24..d6ced2d86 100755 --- a/testing/do-tests.in +++ b/testing/do-tests.in @@ -669,7 +669,7 @@ do cat >> $TESTRESULTSHTML << @EOF <tr> <td>$testnumber</td> - <td><a href="$testname/">$testname</a></td> + <td><a href="$testname/index.html">$testname</a></td> <td><a href="$testname/console.log"><font color="$COLOR">$STATUS</font></a></td> <td> </td> </tr> @@ -677,7 +677,7 @@ do cat >> $SUBTESTSINDEX << @EOF <tr> <td>$testnumber</td> - <td><a href="$name/">$name</a></td> + <td><a href="$name/index.html">$name</a></td> <td><a href="$name/console.log"><font color="$COLOR">$STATUS</font></a></td> <td> </td> </tr> |