X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/d3914e4821cb9a186ec4c0a01d052fa5bcf48c9c..30f4eddbfdf1f9b07472da1aa960f6d2850f64b4:/Experimentations/run-all diff --git a/Experimentations/run-all b/Experimentations/run-all index 9453bc3..60bfa07 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