Commit 491336e9 authored by Jérome Perrin's avatar Jérome Perrin

tests/test_slapgrid: don't use python -S in test scripts

I guess this code was using python -S to try to be independant from anything
that can happen in site.py, but that's not needed when running on testnode.

pygolang.pymain does not support -S and we are moving tests environments to
use pygolang.pymain, so let's remove this if we don't need it.
parent 15675348
Pipeline #12504 failed with stage
in 0 seconds
......@@ -70,7 +70,7 @@ import httmock
dummylogger = logging.getLogger()
WATCHDOG_TEMPLATE = """#!{python_path} -S
WATCHDOG_TEMPLATE = """#!{python_path}
import sys
sys.path={sys_path}
import slapos.slap
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment