drop completed todo items; cleanups

This commit is contained in:
George Danchev
2011-07-10 20:02:07 +00:00
parent 55c09b7769
commit 7e0bbdc16f
3 changed files with 4 additions and 6 deletions

View File

@ -5,7 +5,7 @@ set -e
# Include common bits
. inc/releng_getopts.inc
# Each releng_ test should decide whether or not it need
# Each releng_ test should decide whether or not it needs
# a xorriso binary to test, since some do compilations only.
if [ ! -x $RELENG_XORRISO ]; then
print_help
@ -26,6 +26,8 @@ fi
UPPER=40
# All must be set at this point
# TODO: work out a smarter way to quickly generate different
# types of trees (long, deep, etc)
printf "\n${SELF}: Generating sample tree in ${GEN_DATA_DIR}..."
for ((i1=0; i1 < ${UPPER}/4; i1++))
do