Removed "in-process-" from func env tox name

This shorten shebang in infra, because we are hitting 128 bytes limit.

Change-Id: I02477d81b836df71780942189d37d616944c4dce
This commit is contained in:
Ondřej Nový 2016-11-19 23:24:30 +01:00
parent 88e57da8c1
commit 5d7a3a4172
1 changed files with 2 additions and 2 deletions

View File

@ -55,12 +55,12 @@ commands =
[testenv:func]
commands = ./.functests {posargs}
[testenv:func-in-process-fast-post]
[testenv:func-fast-post]
commands = ./.functests {posargs}
setenv = SWIFT_TEST_IN_PROCESS=1
SWIFT_TEST_IN_PROCESS_OBJECT_POST_AS_COPY=False
[testenv:func-in-process-encryption]
[testenv:func-encryption]
commands = ./.functests {posargs}
setenv = SWIFT_TEST_IN_PROCESS=1
SWIFT_TEST_IN_PROCESS_CONF_LOADER=encryption