From: Thierry Parmentelat Date: Wed, 4 Nov 2015 12:20:45 +0000 (+0100) Subject: all-tests : cosmetic X-Git-Tag: nepi-6.0.0-pypi~8 X-Git-Url: http://git.onelab.eu/?p=nepi.git;a=commitdiff_plain;h=f80752a84bd4dd5c71b653f7e87ae88695d0fb57 all-tests : cosmetic --- diff --git a/all-tests b/all-tests index 6cae656d..593d4f9b 100755 --- a/all-tests +++ b/all-tests @@ -46,7 +46,7 @@ function all_tests () { make_retcod=$! echo ======================================== end=$(date +%s) - echo all-tests : end at; date; echo total duration $(($end-$begin)) seconds + echo all-tests : end at $((date)); echo total duration $(($end-$begin)) seconds return $make_retcod }