strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e8ae55f
)
testing: Directly link to index.html of tests to allow browsing via file://.
author
Tobias Brunner
<tobias@strongswan.org>
Wed, 4 May 2011 14:21:59 +0000
(16:21 +0200)
committer
Tobias Brunner
<tobias@strongswan.org>
Thu, 5 May 2011 08:29:52 +0000
(10:29 +0200)
testing/do-tests.in
patch
|
blob
|
history
diff --git
a/testing/do-tests.in
b/testing/do-tests.in
index
9ff7d9e
..
d6ced2d
100755
(executable)
--- a/
testing/do-tests.in
+++ b/
testing/do-tests.in
@@
-669,7
+669,7
@@
do
cat >> $TESTRESULTSHTML << @EOF
<tr>
<td>$testnumber</td>
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>
<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>
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>
<td><a href="$name/console.log"><font color="$COLOR">$STATUS</font></a></td>
<td> </td>
</tr>