summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Nový <ondrej.novy@firma.seznam.cz>2016-11-19 23:24:30 +0100
committerOndřej Nový <ondrej.novy@firma.seznam.cz>2016-11-19 23:50:32 +0100
commitaef8112de98faf86a086392222232c00290ad086 (patch)
tree2b100accfb95bdd1c722b5f5673a7b1067f71a41
parent4ecda96b750eb4036ace617b3c8354c7d78fdbdc (diff)
downloadswift-aef8112de98faf86a086392222232c00290ad086.tar.gz
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)
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 4ffa99e39..2bae98254 100644
--- a/tox.ini
+++ b/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