From 5d7a3a4172f0f11ab870252eec784cf24b247dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Sat, 19 Nov 2016 23:24:30 +0100 Subject: [PATCH] Removed "in-process-" from func env tox name This shorten shebang in infra, because we are hitting 128 bytes limit. Change-Id: I02477d81b836df71780942189d37d616944c4dce --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index e134d0c124..0c407cac2e 100644 --- a/tox.ini +++ b/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