or 1/number of seconds it takes start up of 10k.
* should the source include a copy of the ldns lib for ease of building by
new users.
+* no greedy TTL algo (and test).
+* maximum TTL, cap incoming values, and config option.
*** Local zones feature.
* Build in local zone features. First the total stop for1912.
shift
# do not execute if the disk is too full
-DISKLIMIT=100000
-avail=`df . | tail -1 | awk '{print $4}'`
-if test "$avail" -lt "$DISKLIMIT"; then
- echo "minitpkg: The disk is too full! Only $avail."
- exit 1
-fi
+#DISKLIMIT=100000
+# This check is not portable (to Solaris 10).
+#avail=`df . | tail -1 | awk '{print $4}'`
+#if test "$avail" -lt "$DISKLIMIT"; then
+ #echo "minitpkg: The disk is too full! Only $avail."
+ #exit 1
+#fi
name=`basename $1 .tpkg`
dir=$name.$$
# echossh $1 "gtar xzf unbound_ttt.tar.gz && rm unbound_ttt.tar.gz"
fi
echossh $1 "cd $2; $MAKE_CMD -f makeconf.mak.$$ Makefile"
- echossh $1 "cd $2; $MAKE_CMD"
+ echossh $1 "cd $2; $MAKE_CMD all tests"
echossh $1 "cd $2; $MAKE_CMD doc"
if test $RUN_TEST = yes; then
- echossh $1 "cd $2/testdata; tpkg clean"
echossh $1 "cd $2; bash testcode/do-tests.sh"
- echossh $1 "cd $2/testdata; tpkg -q report" | tee -a $REPORT_FILE
+ echossh $1 "cd $2/testdata; sh ../testcode/mini_tpkg.sh -q report" | tee -a $REPORT_FILE
fi
echossh $1 "cd $2; rm -f makeconf.mak.$$"
rm -f makeconf.mak.$$