diff --git a/testing/do-tests b/testing/do-tests index 75b6b3e34..5880c958a 100755 --- a/testing/do-tests +++ b/testing/do-tests @@ -957,6 +957,8 @@ done # finish the results html file # +printf -v timetotal_fmt '%02d:%02d:%02d' $((timetotal/3600)) $((timetotal%3600/60)) $((timetotal%60)) + cat >> $TESTRESULTSHTML << @EOF      @@ -968,7 +970,7 @@ cat >> $TESTRESULTSHTML << @EOF Failed$failed_cnt   - Time [s]$timetotal   + Time$timetotal_fmt (${timetotal}s)   @@ -1014,4 +1016,4 @@ echo "or via the link http://$ipv4_winnetou/testresults/$TESTDATE" ENDDATE=`date +%Y%m%d-%H%M-%S` echo -echo "Finished : $ENDDATE" +echo "Finished : $ENDDATE ($timetotal_fmt)"