From 19286d850be06ac4ba65100c861c03642434b09b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Hermes=29?= Date: Mon, 18 May 2015 18:31:49 +0200 Subject: [PATCH] Changed colours. --- tests/Makefile.am | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 97d9cb434..c45755cd8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -437,7 +437,7 @@ check-octave: $(O_XFAIL_TRS_FILES) $(O_TRS_FILES) @echo 'Octave Tests Done' %.m.trs %.m.log: %.mod - @echo "`tput bold``tput setaf 3`MATLAB: $(PWD)/$*... `tput sgr0`" + @echo "`tput bold``tput setaf 8`MATLAB: $(PWD)/$*... `tput sgr0`" @DYNARE_VERSION="$(PACKAGE_VERSION)" TOP_TEST_DIR="$(PWD)" FILESTEM="$*" \ $(MATLAB)/bin/matlab -nosplash -nodisplay -r run_test_matlab > $*.m.log 2> /dev/null @if grep -q ":test-result: PASS" $*.m.trs; then \ @@ -450,13 +450,13 @@ check-octave: $(O_XFAIL_TRS_FILES) $(O_TRS_FILES) @cat $*.m.log %.m.trs %.m.log : %.m - @echo "`tput bold``tput setaf 3`MATLAB: $(PWD)/$*... `tput sgr0`" + @echo "`tput bold``tput setaf 8`MATLAB: $(PWD)/$*... `tput sgr0`" @DYNARE_VERSION="$(PACKAGE_VERSION)" TOP_TEST_DIR="$(PWD)" \ $(MATLAB)/bin/matlab -nosplash -nodisplay -r $* > $*.m.log 2> /dev/null - @echo "`tput bold``tput setaf 3`MATLAB: $(PWD)/$* Done!`tput sgr0`" + @echo "`tput bold``tput setaf 8`MATLAB: $(PWD)/$* Done!`tput sgr0`" %.o.trs %.o.log: %.mod - @echo "`tput bold``tput setaf 3`OCTAVE: $(PWD)/$*... `tput sgr0`" + @echo "`tput bold``tput setaf 8`OCTAVE: $(PWD)/$*... `tput sgr0`" @DYNARE_VERSION="$(PACKAGE_VERSION)" TOP_TEST_DIR="$(PWD)" FILESTEM="$*" \ $(OCTAVE) --no-init-file --silent --no-history run_test_octave.m > $*.o.log 2>&1 @if grep -q ":test-result: PASS" $*.o.trs; then \ @@ -469,24 +469,24 @@ check-octave: $(O_XFAIL_TRS_FILES) $(O_TRS_FILES) @cat $*.o.log %.o.trs %.o.log : %.m - @echo "`tput bold``tput setaf 3`OCTAVE: $(PWD)/$*... `tput sgr0`" + @echo "`tput bold``tput setaf 8`OCTAVE: $(PWD)/$*... `tput sgr0`" @DYNARE_VERSION="$(PACKAGE_VERSION)" TOP_TEST_DIR="$(PWD)" \ $(OCTAVE) --no-init-file --silent --no-history $< > $*.o.log 2>&1 - @echo "`tput bold``tput setaf 3`OCTAVE: $(PWD)/$* Done!`tput sgr0`" + @echo "`tput bold``tput setaf 8`OCTAVE: $(PWD)/$* Done!`tput sgr0`" %.m.tls : %.m - @echo "`tput bold``tput setaf 3`MATLAB: $(PWD)/$*... `tput sgr0`" + @echo "`tput bold``tput setaf 8`MATLAB: $(PWD)/$*... `tput sgr0`" @TOP_TEST_DIR="$(PWD)" FILESTEM="$*" \ $(MATLAB)/bin/matlab -nosplash -nodisplay -r run_m_script 2> /dev/null @touch $*.m.tls - @echo "`tput bold`MATLAB`tput setaf 3`: $(PWD)/$* Done!`tput sgr0`" + @echo "`tput bold`MATLAB`tput setaf 8`: $(PWD)/$* Done!`tput sgr0`" %.o.tls : %.m - @echo "`tput bold``tput setaf 3`OCTAVE: $(PWD)/$*... `tput sgr0`" + @echo "`tput bold``tput setaf 8`OCTAVE: $(PWD)/$*... `tput sgr0`" @TOP_TEST_DIR="$(PWD)" FILESTEM="$*" \ $(OCTAVE) --no-init-file --silent --no-history run_o_script.m 2>&1 @touch $*.o.tls - @echo "`tput bold``tput setaf 3`OCTAVE: $(PWD)/$* Done!`tput sgr0`" + @echo "`tput bold``tput setaf 8`OCTAVE: $(PWD)/$* Done!`tput sgr0`" clean-local: rm -f $(M_TRS_FILES) \