star-mc

Parallel estimation of Monte Carlo integrators
git clone git://git.meso-star.fr/star-mc.git
Log | Files | Refs | README | LICENSE

commit eadae6cce5f7fa1909ed37f0e553295d4216eb28
parent 99193796c57061975998d9016f04ec446ea9694d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 19 Oct 2023 18:25:20 +0200

Translate "make test" error message

"Error" was displayed "Erreur"

Diffstat:
Mmake.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make.sh b/make.sh @@ -36,7 +36,7 @@ run_test() if "./${test}" > /dev/null 2>&1; then printf "\033[1;32mOK\033[m\n" else - printf "\033[1;31mErreur\033[m\n" + printf "\033[1;31mError\033[m\n" fi done 2> /dev/null }