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-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 57855fb  Duh! enable stop
57855fb is described below

commit 57855fbdedb97f658fa5cfcc3c8722df24670adf
Author: Sebb <[email protected]>
AuthorDate: Wed Jan 26 00:32:06 2022 +0000

    Duh! enable stop
---
 .github/workflows/integration-tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/integration-tests.yml 
b/.github/workflows/integration-tests.yml
index 11cd2fe..fb8a5c0 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -56,7 +56,7 @@ jobs:
     - name: Server
       run: |
         cd server
-        python main.py --apilog INFO --logger INFO > main.log &
+        python main.py --apilog INFO --logger INFO --stoppable > main.log &
     - name: preferences1
       run: |
         curl -sq http://localhost:8080/api/preferences.lua

Reply via email to