aboutsummaryrefslogtreecommitdiffstats
path: root/testing/do-tests.in
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2011-05-04 16:21:59 +0200
committerTobias Brunner <tobias@strongswan.org>2011-05-05 10:29:52 +0200
commitca25eb9eb3302285e446b5ed157809f88a9ccdfd (patch)
tree4c41749862fdca25faf4b04fdb47dcb3c06abbed /testing/do-tests.in
parente8ae55f64bf7bbe0cece6df7f740d88952da4660 (diff)
downloadstrongswan-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-xtesting/do-tests.in4
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>&nbsp;</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>&nbsp;</td>
</tr>