Removed "in-process-" from func env tox name
This shorten shebang in infra, because we are hitting 128 bytes limit.
Change-Id: I02477d81b836df71780942189d37d616944c4dce
(cherry picked from commit 5d7a3a4)
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -54,12 +54,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
|
||||
|
||||
Reference in New Issue
Block a user