hint about req. free space, formatting cleanup, drop completed todo items

This commit is contained in:
George Danchev
2011-07-09 07:33:33 +00:00
parent d81ac5328b
commit 0a3923c2ed
4 changed files with 38 additions and 39 deletions

View File

@ -5,6 +5,8 @@ set -e
# Include common bits
. inc/releng_getopts.inc
printf "\n$0: FAIL: === TEPLATE === RENAME ME TO releng_<title>\n"
# Each releng_ test should decide whether or not it need
# a xorriso binary to test, since some do compilations only.
if [ ! -x $RELENG_XORRISO ]; then
@ -22,10 +24,5 @@ else
mkdir "${GEN_DATA_DIR}"
fi
printf "\n$0: FAIL: === TEPLATE === RENAME ME TO releng_<title>\n"
exit 31
#####################################################################
print_help
exit 0
exit 1