|
From: Subrata M. <su...@li...> - 2007-09-11 09:18:57
|
Hi, I just observed that neither an Output file nor a Failed File is created by PAN if they are not mentioned as absolute path(s). But the logic for creation of LOG file exists either for an absolute path or under $LTPROOT/result directory. Moreover i think it is prudent to always create a Failed File for the user even if he/she explicitly did not mention it. Following Patch addresses: 1) Creation of Failed file under $LTPROOT/output directory, unless the path is specific 2) Creation of Output file under $LTPROOT/output directory, unless the path is specific 3) Compulsory Creation of Failed file, name depending on circumstances. Comments expected. --Regards-- Subrata |