hint about req. free space, formatting cleanup, drop completed todo items
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user