[Lxr-general] noticed a bug in smoketest.pl
Brought to you by:
ajlittoz
From: Peter H. S. <pe...@li...> - 2005-05-11 11:52:57
|
[Sorry if this is the wrong list, it was the only mailto link I found on the pages.] Just noticed this bug in the script version at http://ooo.ximian.com/lxr/source/installation/smoketest/smoketest.pl the variable name is misspelled "$PORDUCT" instead of "$PRODUCT": sub doTest { 414 my ($Command); 415 my (@Params); 416 if ($is_install) { 417 # check installset (error 8) 418 419 if (($INSTSETNAME ne "") and $is_protocol_test) { 420 if (!is_Installset_ok ("$PORDUCT", $INSTSETNAME)) { 421 print_error ($error_messages[$error_installset], $error_installset); 422 } 423 } 424 FWIW -- Peter -- Peter H. Schmidt Lifting Mind Inc. pe...@li... _/ Speaking \_ 2 Ewell Avenue www.liftingmind.com \ for myself / Lexington, MA 02421 fax: 781 863-8858 tel: 781 863-5200 Always remember you're unique, just like everyone else. |