tests are made in the stupid order, not in the needed one
if [ "$TWICE" = "1" ]; then
$COMPILER $T 1>/dev/null 2>/dev/null
fi
+ ./matitaclean $T 1>/dev/null 2>/dev/null
/usr/bin/time --quiet -o $TMP -f "%E %U %S" $COMPILER $T >> $LOGFILE 2>&1
if [ $? = 0 ]; then
printf "$OK\t`cat $TMP`\t$DO_TESTS_EXTRA\n"
cd $2
autoconf 1>/dev/null
./configure 1>/dev/null
- make matitac matitac.opt updater 1>/dev/null
+ make matitac matitac.opt updater matitaclean 1>/dev/null
sed "s/@@OWNER@@/profiler/" matita.conf.xml.sample | sed "s/@@PREFETCH@@/false/" > matita.conf.xml
./updater
cd $OLD