X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/5ee35ecefd297b90d4f2cb1f1158fdf1e2366360..4505426bd22cabbf27b6d672c909e7e1ac0b8948:/Experimentations/run-all?ds=sidebyside diff --git a/Experimentations/run-all b/Experimentations/run-all index 60bfa07..9453bc3 100755 --- a/Experimentations/run-all +++ b/Experimentations/run-all @@ -108,7 +108,7 @@ for plat in "${PLATFORMS[@]}"; do log "skipped (dry-run)" else echo "# ${cmd[@]}" > "$out" - "${cmd[@]}" >> "$out" 2>&1 + "${cmd[@]}" > "$out" 2>&1 tail -n4 "$out" fi done