mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
nim-utils.eclass: use "nim_get_colors" in etestament
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -89,13 +89,13 @@ ekoch() {
|
||||
etestament() {
|
||||
debug-print-function ${FUNCNAME} "${@}"
|
||||
|
||||
local -a testament_args=()
|
||||
local testament_args=(
|
||||
--colors:$(nim_get_colors)
|
||||
)
|
||||
|
||||
[[ ${TESTAMENT_DISABLE_MEGATEST} ]] && \
|
||||
testament_args+=( --megatest:off )
|
||||
|
||||
[[ "${NOCOLOR}" == true || "${NOCOLOR}" == yes ]] && \
|
||||
testament_args+=( --colors:off )
|
||||
|
||||
if [[ ${ETESTAMENT_DESELECT} ]]; then
|
||||
local skipfile="${T}"/testament.skipfile
|
||||
if [[ ! -f ${skipfile} ]]; then
|
||||
|
||||
Reference in New Issue
Block a user