From: Aberrahmane Sider Date: Thu, 26 May 2011 13:19:39 +0000 (+0100) Subject: Reverted run-all to original X-Git-Tag: v0.1~60 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/d3914e4821cb9a186ec4c0a01d052fa5bcf48c9c Reverted run-all to original --- diff --git a/Experimentations/run-all b/Experimentations/run-all index d423b4d..9453bc3 100755 --- a/Experimentations/run-all +++ b/Experimentations/run-all @@ -108,9 +108,7 @@ for plat in "${PLATFORMS[@]}"; do log "skipped (dry-run)" else echo "# ${cmd[@]}" > "$out" - out2="/tmp/tmp_loba.o" - "${cmd[@]}" > "$out2" 2>&1 - tail -17 "$out2" >> "$out" + "${cmd[@]}" > "$out" 2>&1 tail -n4 "$out" fi done