Update samples and remove old tests.

This commit is contained in:
Daniel Nichter
2013-02-20 08:38:42 -07:00
parent e62a02e0d3
commit 92194f1711
9 changed files with 17 additions and 207 deletions

View File

@@ -86,6 +86,7 @@ sub exec_event {
};
if ( my $e = $EVAL_ERROR ) {
PTDEBUG && _d($e);
chomp($e);
$e =~ s/ at \S+ line \d+, \S+ line \d+\.$//;
$results->{error} = $e;
}