X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/7b62c7947835062683a092b95e52ca2a560a14e8..3547772c2f2424e6b3f7d4b7414e939947e7c3f4:/Experimentations/run-all 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