Skip to content

Commit f763c45

Browse files
committed
debug
1 parent 80c467e commit f763c45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

st2api/tests/integration/test_gunicorn_configs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def test_st2api_wsgi_entry_point(self):
4444
env["ST2_CONFIG_PATH"] = ST2_CONFIG_PATH
4545
env.update(st2tests.config.db_opts_as_env_vars())
4646
env.update(st2tests.config.coord_opts_as_env_vars())
47+
print(env)
4748
process = subprocess.Popen(cmd, env=env, shell=True, preexec_fn=os.setsid)
4849
try:
4950
self.add_process(process=process)
@@ -65,6 +66,7 @@ def test_st2auth(self):
6566
env["ST2_CONFIG_PATH"] = ST2_CONFIG_PATH
6667
env.update(st2tests.config.db_opts_as_env_vars())
6768
env.update(st2tests.config.coord_opts_as_env_vars())
69+
print(env)
6870
process = subprocess.Popen(cmd, env=env, shell=True, preexec_fn=os.setsid)
6971
try:
7072
self.add_process(process=process)

0 commit comments

Comments
 (0)