No review needed for tests at this time. NOT PART OF BUILD
if (-e $include_path . "/" . $file) {
ok(1, "$file exists");
} else {
- ok(0, "$file does not exist");
+ ok(0, "$file does not exist --ERROR");
}
}
if ($template->process($file)) {
ok(1, "$file syntax ok");
} else {
- ok(0, "$file has bad syntax");
+ ok(0, "$file has bad syntax --ERROR");
}
}
open STDOUT, ">&SAVEOUT"; # redirect back to original stream