diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-26 23:58:46 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-26 23:58:46 +0200 |
| commit | 66dfb9e5ca6b3e2990d9b70314d404074b1be0cb (patch) | |
| tree | 0944916eb1d89f145a4fe67ea11fe2bc6afe116f /test/module | |
| parent | 1d4fca365ae76f193c05da6eb1d58b41b171e359 (diff) | |
streaming script output to the browser
Diffstat (limited to 'test/module')
| -rwxr-xr-x | test/module/test.pl | 2 |
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; |
