Skip to content
Snippets Groups Projects
Commit 84a46e43 authored by Julien  GUGLIELMINI's avatar Julien GUGLIELMINI
Browse files

Slight log improvement

parent aa8422fc
No related branches found
No related tags found
No related merge requests found
......@@ -322,6 +322,8 @@ if [[ ! -f $OUT.m8 ]] ; then
fi
duration=$SECONDS
printf "%-10s -- %s\n" "[ELAPSED]" $(textifyDuration $duration) | tee -a ${OUT}.wgrr.log
if [[ $BATCHFLAG == 0 ]] ; then
if [[ $NJOBS -le 1 ]] ; then
NJOBS=1
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment