[mlpack-svn] r15773 - mlpack/conf/jenkins-conf/benchmark

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Sep 13 15:25:15 EDT 2013


Author: rcurtin
Date: Fri Sep 13 15:25:14 2013
New Revision: 15773

Log:
Fix error colors.


Modified:
   mlpack/conf/jenkins-conf/benchmark/Makefile

Modified: mlpack/conf/jenkins-conf/benchmark/Makefile
==============================================================================
--- mlpack/conf/jenkins-conf/benchmark/Makefile	(original)
+++ mlpack/conf/jenkins-conf/benchmark/Makefile	Fri Sep 13 15:25:14 2013
@@ -37,8 +37,8 @@
 
 # Color settings.
 NO_COLOR=\033[0m
-ERROR_COLOR=\x1b[31;01m
-WARN_COLOR=\x1b[33;01m
+ERROR_COLOR=\033[0;31m
+WARN_COLOR=\033[0;33m
 
 .PHONY: help test run memory scripts reports
 



More information about the mlpack-svn mailing list