isoja testimuutoksia
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 22s
acc-tests Cucumber test report
CI Feature / Cucumber tests (push) Successful in 1m13s
unit-tests Bats test report
CI Feature / Bats tests (push) Successful in 1m26s
CI Feature / Report Summary (push) Successful in 5s
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 22s
acc-tests Cucumber test report
CI Feature / Cucumber tests (push) Successful in 1m13s
unit-tests Bats test report
CI Feature / Bats tests (push) Successful in 1m26s
CI Feature / Report Summary (push) Successful in 5s
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
import http.server, json, sys, os, threading
|
||||
|
||||
# Daemonize: detach from parent process group
|
||||
if os.fork() > 0:
|
||||
sys.exit(0)
|
||||
os.setsid()
|
||||
if os.fork() > 0:
|
||||
sys.exit(0)
|
||||
|
||||
PORT = int(sys.argv[1])
|
||||
CONFIG = sys.argv[2]
|
||||
REQ_FILE = sys.argv[3]
|
||||
|
||||
Reference in New Issue
Block a user