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