summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/libptxdisttest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libptxdisttest.sh b/tests/libptxdisttest.sh
index 850b3cdc8..6b7924333 100644
--- a/tests/libptxdisttest.sh
+++ b/tests/libptxdisttest.sh
@@ -16,6 +16,7 @@ echo "<report starttime=\""$(date +%FT%T.%N)"\">" > "$REPORTFILE"
RED='\0033[1;31m'
GREEN='\0033[1;32m'
+BLUE='\0033[1;34m'
NC='\0033[0m' # No Color
OKSTRING="OK"
FAILSTRING="FAILED"