summaryrefslogtreecommitdiff
path: root/test/module
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-26 23:51:54 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-26 23:51:54 +0200
commit1d4fca365ae76f193c05da6eb1d58b41b171e359 (patch)
treec3cfd57d6bd0b9771efaccd957f63bb3f6f60ae6 /test/module
parent2fa89d40071e4afffa2aeb1805eecf2f1c148cf0 (diff)
running basic tasks, monitoring stdout!
Diffstat (limited to 'test/module')
-rwxr-xr-xtest/module/test.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/module/test.pl b/test/module/test.pl
index 0853f79..51a06de 100755
--- a/test/module/test.pl
+++ b/test/module/test.pl
@@ -1,6 +1,11 @@
#!/usr/bin/perl
use Getopt::Long;
+use IO::Handle;
+
+STDERR->autoflush(1);
+STDOUT->autoflush(1);
+
my $train;
my $test;
GetOptions (