From: Sebastien D. <sde...@us...> - 2005-01-26 17:49:19
|
Update of /cvsroot/tslogparser/tslogparser/admin/modules In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32037/admin/modules Modified Files: opts.mod.php Log Message: New method for testsuite uploading Index: opts.mod.php =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/admin/modules/opts.mod.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- opts.mod.php 10 Jan 2005 18:09:52 -0000 1.5 +++ opts.mod.php 26 Jan 2005 17:48:52 -0000 1.6 @@ -139,7 +139,7 @@ /* Check the directory contains a coherent structure */ if ((!is_dir($path)) || (!is_dir($path."/conformance"))) { - $parent->last_error="Directory '$path' does not contain a valid source tree.\n"; + $parent->last_error="Directory '$path' does not contain a valid source tree -- check your archive format.\n"; return FALSE; } |