aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lib/Test/Irssi/Driver.pm
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lib/Test/Irssi/Driver.pm')
-rw-r--r--testing/lib/Test/Irssi/Driver.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/lib/Test/Irssi/Driver.pm b/testing/lib/Test/Irssi/Driver.pm
index 3b6000b..1319f2a 100644
--- a/testing/lib/Test/Irssi/Driver.pm
+++ b/testing/lib/Test/Irssi/Driver.pm
@@ -76,7 +76,7 @@ sub STOP {
$self->parent->_logfile_fh->close();
say "\n\n";
- #$self->parent->summarise_test_results();
+ $self->parent->summarise_test_results();
}
### Handle terminal STDIN. Send it to the background program's STDIN.
@@ -183,7 +183,7 @@ sub test_complete {
}
# otherwise, we're done, and can shutdown.
- #$kernel->yield('shutdown');
+ #kernel->yield('shutdown');
}