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