** Sequentially run scripts
*/
private static void seqRunCases(Vector cases, String descr, String inputDir, String outputDir)
throws FileNotFoundException, IOException, ijFatalException
{
LocalizedOutput out;
BufferedInputStream in;
mtTestCase testCase;
if (cases == null)
{