summaryrefslogtreecommitdiffstats
path: root/NPTest.pm
diff options
context:
space:
mode:
Diffstat (limited to 'NPTest.pm')
-rw-r--r--NPTest.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/NPTest.pm b/NPTest.pm
index f1ff801..106e8f1 100644
--- a/NPTest.pm
+++ b/NPTest.pm
@@ -596,6 +596,13 @@ sub output {
596 } 596 }
597} 597}
598 598
599sub perf_output {
600 my $self = shift;
601 $_ = $self->{output};
602 s/[^|]*\|//;
603 return $_;
604}
605
599sub testCmd { 606sub testCmd {
600 my $class = shift; 607 my $class = shift;
601 my $command = shift or die "No command passed to testCmd"; 608 my $command = shift or die "No command passed to testCmd";