summaryrefslogtreecommitdiffstats
path: root/tests/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common.sh')
-rw-r--r--tests/common.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/common.sh b/tests/common.sh
index 93f8d53..f7467ee 100644
--- a/tests/common.sh
+++ b/tests/common.sh
@@ -55,3 +55,14 @@ assert()
tests_es=1
fi
}
+
+if [ "x${COLOR_TEST_LOGS:-no}" = 'xno' ]; then
+ red= grn= lgn= blu= mgn= std=
+else
+ red='' # Red.
+ grn='' # Green.
+ lgn='' # Light green.
+ blu='' # Blue.
+ mgn='' # Magenta.
+ std='' # No color.
+fi