From d51a3385a65511fbe169f08393f8f342e5087af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Tvrd=C3=ADk?= Date: Wed, 5 Aug 2015 11:49:05 +0200 Subject: [PATCH] Birdtest: Fixing outputs at 'exotic' OS --- tools/run_tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/run_tests.sh b/tools/run_tests.sh index f86289ad..910231e8 100755 --- a/tools/run_tests.sh +++ b/tools/run_tests.sh @@ -3,6 +3,9 @@ objdir=$1 srcdir=$2 +[ -z "$TERM" ] && TERM=xterm +tput init + # see if it supports colors... ncolors=$(tput colors)