]> AND Private Git Repository - loba.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Quick hack in run-all: compress output files.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 18 Jul 2011 15:39:46 +0000 (17:39 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 31 Aug 2011 20:18:55 +0000 (22:18 +0200)
Experimentations/run-all

index 638c0a5997ba9f7d7d530087351fc4477a011c0b..6d556ec532a409ba6513d1a624ace8b40b1bcc37 100755 (executable)
@@ -120,6 +120,8 @@ for plat in "${PLATFORMS[@]}"; do
                     else
                         grep -v '/INFO\]' "$out"
                     fi
                     else
                         grep -v '/INFO\]' "$out"
                     fi
+### FIXME : make this step optional
+gzip --best "$out"
                 fi
             done
         done
                 fi
             done
         done