X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/d3914e4821cb9a186ec4c0a01d052fa5bcf48c9c..7de837372e9a6035625dac66185c9e4a02378d1b:/Experimentations/run-all?ds=sidebyside diff --git a/Experimentations/run-all b/Experimentations/run-all index 9453bc3..350f05f 100755 --- a/Experimentations/run-all +++ b/Experimentations/run-all @@ -5,7 +5,7 @@ set -e usage() { cat >&2 < +Usage: $0 [OPTION] Options: -h print this help -n dry-run mode (for debugging) @@ -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