Fix parallel tox mode when using bool jjb cfg 09/65109/1
authorThanh Ha <zxiiro@gmail.com>
Sat, 15 Aug 2020 01:08:45 +0000 (21:08 -0400)
committerThanh Ha <zxiiro@gmail.com>
Sat, 15 Aug 2020 01:13:18 +0000 (21:13 -0400)
commit82ca5419dbf134b9cb29f69a1c74e69c24af7456
treed5f15c505659bb2cda9cd51117f301c3ded2febe
parentfa8e5cf8e42ef69b975ec1eab827f06425eab9ea
Fix parallel tox mode when using bool jjb cfg

JJB takes in the word "true" unquoted as a boolean and converts it to
the Python "True" boolean causing the bash script to ultimately receive
a string that starts with an uppercase letter. Since we are comparing
against a lowercase "true" we should ensure the string is lowercased
before comparison.

Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Change-Id: If85c4411c73c18c931a339592a0dd352f574131a
releasenotes/notes/fix-tox-parallel-mode-f4d61a27ecd83cff.yaml [new file with mode: 0644]
shell/tox-run.sh