This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git


The following commit(s) were added to refs/heads/master by this push:
     new 096a7b8  Set exit status on error
096a7b8 is described below

commit 096a7b8498490b383b1442a6ee8fd6e89389e75f
Author: Sebb <[email protected]>
AuthorDate: Mon Oct 11 23:06:41 2021 +0100

    Set exit status on error
---
 test/stats_cli.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/stats_cli.lua b/test/stats_cli.lua
index 824e8f0..fe2474d 100755
--- a/test/stats_cli.lua
+++ b/test/stats_cli.lua
@@ -104,4 +104,5 @@ then
   end
 else
   print("Need even arg count")
+  os.exit(1)
 end

Reply via email to