return main::prepro(@_);
}
-#######################################################################
-# Call main's timestampskippedevents
-# TODO: figure out where this should live
-sub timestampskippedevents {
- return main::timestampskippedevents(@_);
-}
-
#######################################################################
# Call main's runclient
# TODO: move this into a helper package
if(@inputfile || $filename) {
if(!$filename) {
logmsg "ERROR: section client=>file has no name attribute\n";
- timestampskippedevents($testnum);
return -1;
}
my $fileContent = join('', @inputfile);
if(! -f $CMDLINE) {
logmsg "The tool set in the test case for this: '$tool' does not exist\n";
- timestampskippedevents($testnum);
return (-1, 0, 0, "", "", 0);
}
$DBGCURL=$CMDLINE;
if($fail_due_event_based) {
logmsg "This test cannot run event based\n";
- timestampskippedevents($testnum);
return (-1, 0, 0, "", "", 0);
}