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:
parent
88e57da8c1
commit
5d7a3a4172
4
tox.ini
4
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user