Skip to content

Commit

Permalink
debug: testing github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
  • Loading branch information
kvalo committed Feb 24, 2024
1 parent 5575c37 commit e90b0a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: sudo apt update
- run: sudo apt install pycodestyle pyflakes3
- run: ./run_tests checks
- run: sudo apt install python3-mock
- run: ./run_tests unittests
- run: sudo apt install cmdtest figlet python3-flask-restful python3-pexpect python3-aiosmtpd python3-mock diffstat
- run: ./run_tests cmdtests
7 changes: 4 additions & 3 deletions stubs/smtpd
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ import aiosmtpd.controller
import os
import os.path
import sys
import time

datadir = None

Expand Down Expand Up @@ -82,9 +83,9 @@ def run(args):
controller.start()

# Wait for the user to press Return.
input()
controller.stop()

# input()
# controller.stop()
time.sleep(30)

def main():
global datadir
Expand Down

0 comments on commit e90b0a9

Please sign in to comment.