There was an error while loading. Please reload this page.
1 parent 7971c9b commit d1fcd34Copy full SHA for d1fcd34
1 file changed
test/run.sh
@@ -58,4 +58,5 @@ if command -v parallel > /dev/null 2>&1; then
58
BATS_FLAGS+=("--jobs" "$(nproc)")
59
fi
60
61
-"$BATS" "${BATS_FLAGS[@]}" "${TEST_FILES[@]}"
+# Ensure that the TERM environment variable is set for colored CI output, defaulting to xterm if not set
62
+TERM=${TERM:-xterm} "$BATS" "${BATS_FLAGS[@]}" "${TEST_FILES[@]}"
0 commit comments