On Sun, Apr 25, 2010 at 11:20 PM, Subrata Modak <[email protected]> wrote: > On Thu, 2010-04-22 at 11:05 +0530, Subrata Modak wrote: >> On Wed, 2010-04-21 at 17:35 +0530, Subrata Modak wrote: >> > There are some bits and pieces of restructuring still left to be done. >> > runltp is not able to call genhtml properly due to change in location >> > of the same script. The following error will occur: >> > >> > ... >> > Generating HTML Output.....!! >> > Can't open perl script "/opt/ltp/tools/genhtml.pl": No such file or >> > directory >> > ... >> > >> > Following patch fixes the same. >> > >> > Signed-off-by: Subrata Modak <[email protected]> >> > --- >> >> First of all, does this patch solve the issue at anybodyś side ? If yes, >> can this be included in April 2010 release ? > > Is somebody looking into this patch ? > > Regards-- > Subrata > >> >> Regards-- >> Subrata >> >> > >> > --- ltp-dev/runltp.orig 2010-04-21 22:48:58.223651440 +0530 >> > +++ ltp-dev/runltp 2010-04-21 22:49:10.901783445 +0530 >> > @@ -846,7 +846,7 @@ main() >> > export TEST_OUTPUT_DIRECTORY="$LTPROOT/output" >> > export TEST_LOGS_DIRECTORY=$LOGS_DIRECTORY >> > echo "Generating HTML Output.....!!" >> > - ( perl $LTPROOT/tools/genhtml.pl >> > $LTPROOT/tools/html_report_header.txt test_start test_end test_output >> > execution_status $OUTPUT_DIRECTORY > $HTMLFILE; ) >> > + ( perl $LTPROOT/bin/genhtml.pl >> > $LTPROOT/tools/html_report_header.txt test_start test_end test_output >> > execution_status $OUTPUT_DIRECTORY > $HTMLFILE; ) >> > echo "Generated HTML Output.....!!" >> > echo "Location: $HTMLFILE";
Acked-by: Garrett Cooper <[email protected]> -Garrett ------------------------------------------------------------------------------ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
