Don't generate do-tests

This commit is contained in:
Tobias Brunner
2013-01-17 15:22:08 +01:00
parent 533177003c
commit d94f6a2ff6
2 changed files with 7 additions and 16 deletions
+1 -9
View File
@@ -1,11 +1,3 @@
noinst_SCRIPTS = do-tests EXTRA_DIST = do-tests make-testing start-testing stop-testing \
CLEANFILES = do-tests
EXTRA_DIST = do-tests.in make-testing start-testing stop-testing \
testing.conf ssh_config hosts images scripts tests INSTALL README testing.conf ssh_config hosts images scripts tests INSTALL README
do-tests : do-tests.in
sed \
-e "s:\@routing_table\@:$(routing_table):" \
$(srcdir)/$@.in > $@
chmod +x $@
+4 -5
View File
@@ -46,7 +46,7 @@ TESTRESULTSHTML=$TODAYDIR/all.html
INDEX=$TODAYDIR/index.html INDEX=$TODAYDIR/index.html
DEFAULTTESTSDIR=$UMLTESTDIR/testing/tests DEFAULTTESTSDIR=$UMLTESTDIR/testing/tests
SOURCEIP_ROUTING_TABLE=@routing_table@ SOURCEIP_ROUTING_TABLE=220
testnumber="0" testnumber="0"
failed_cnt="0" failed_cnt="0"
@@ -137,7 +137,7 @@ ENVIRONMENT_HEADER=$(cat <<@EOF
</tr> </tr>
<tr> <tr>
<td width="100">&nbsp;</td> <td width="100">&nbsp;</td>
<td width="200">&nbsp;</td> <td width="300">&nbsp;</td>
<td width=" 50">&nbsp;</td> <td width=" 50">&nbsp;</td>
<td >&nbsp;</td> <td >&nbsp;</td>
</tr> </tr>
@@ -208,7 +208,7 @@ do
mkdir $TODAYDIR/$SUBDIR mkdir $TODAYDIR/$SUBDIR
if [ $testnumber == 0 ] if [ $testnumber == 0 ]
then then
FIRST="<b>Category:</b" FIRST="<b>Category:</b>"
else else
FIRST="&nbsp;" FIRST="&nbsp;"
fi fi
@@ -242,7 +242,7 @@ do
</tr> </tr>
<tr> <tr>
<td width="100">&nbsp;</td> <td width="100">&nbsp;</td>
<td width="200">&nbsp;</td> <td width="300">&nbsp;</td>
<td width=" 50">&nbsp;</td> <td width=" 50">&nbsp;</td>
<td >&nbsp;</td> <td >&nbsp;</td>
</tr> </tr>
@@ -783,4 +783,3 @@ for host in $STRONGSWANHOSTS
do do
kill `eval echo \\\$ssh_pid_$host` kill `eval echo \\\$ssh_pid_$host`
done done