837937f8d2
Blacklist the two currently skipped functional-py35 tests and include them in a new non-voting job so that their failure is obvious instead of hidden. Change-Id: Ice8e114c6590b25f3ec79fbe4c06efaa245706c0 Partial-bug: #1769006
10 lines
204 B
Bash
Executable File
10 lines
204 B
Bash
Executable File
#!/bin/bash -xe
|
|
|
|
TOX_INI_DIR="$1"
|
|
TOX_TMP_DIR="$2"
|
|
|
|
cat "${TOX_INI_DIR}/serial-functests.txt" \
|
|
"${TOX_INI_DIR}/broken-functional-py35-ssl-tests.txt" > \
|
|
"${TOX_TMP_DIR}/func-py35-blacklist.txt"
|
|
|