From f2c12d7fab33ab00b2930ecdbe1f346837666786 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Mon, 22 Apr 2024 11:47:08 +0530 Subject: [PATCH] chore(aur_test): force color for cargo outputs --- test/aur/entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/aur/entrypoint.sh b/test/aur/entrypoint.sh index bbdc1e3..facdc70 100644 --- a/test/aur/entrypoint.sh +++ b/test/aur/entrypoint.sh @@ -2,6 +2,8 @@ set -e +export CARGO_TERM_COLOR=always + declare -a aur_packages=("lune-bin" "lune-git" "lune") root_dir=$(pwd)