A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
loba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Reverted extract-all and extract-all-inv to use original log files from run-all
[loba.git]
/
Experimentations
/
run-all
diff --git
a/Experimentations/run-all
b/Experimentations/run-all
index 60bfa07fffeeba020b5c01c1cab4ff4b29eae2f0..d423b4d15d29aab2c6aae739e7e769a65a280aa6 100755
(executable)
--- a/
Experimentations/run-all
+++ b/
Experimentations/run-all
@@
-108,7
+108,9
@@
for plat in "${PLATFORMS[@]}"; do
log "skipped (dry-run)"
else
echo "# ${cmd[@]}" > "$out"
log "skipped (dry-run)"
else
echo "# ${cmd[@]}" > "$out"
- "${cmd[@]}" >> "$out" 2>&1
+ out2="/tmp/tmp_loba.o"
+ "${cmd[@]}" > "$out2" 2>&1
+ tail -17 "$out2" >> "$out"
tail -n4 "$out"
fi
done
tail -n4 "$out"
fi
done