summaryrefslogtreecommitdiff
path: root/test/module
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-26 23:58:46 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-26 23:58:46 +0200
commit66dfb9e5ca6b3e2990d9b70314d404074b1be0cb (patch)
tree0944916eb1d89f145a4fe67ea11fe2bc6afe116f /test/module
parent1d4fca365ae76f193c05da6eb1d58b41b171e359 (diff)
streaming script output to the browser
Diffstat (limited to 'test/module')
-rwxr-xr-xtest/module/test.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/module/test.pl b/test/module/test.pl
index 51a06de..5e25d84 100755
--- a/test/module/test.pl
+++ b/test/module/test.pl
@@ -32,4 +32,6 @@ if ($train) {
die "unknown command!";
}
+print 'done!';
+
exit;