rename releng_ scripts to auto_

This commit is contained in:
George Danchev 2011-07-18 12:26:30 +00:00
parent 99075dafbc
commit c44be3b5b1
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ not_in_releng_exit() {
# Include common bits
. inc/releng_getopts.inc || not_in_releng_exit
# Each releng_ test should decide whether or not it needs
# Each 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

View File

@ -13,9 +13,9 @@ set -e
# Include common bits
. inc/releng_getopts.inc || not_in_releng_exit
printf "\n$0: FAIL: === TEPLATE === RENAME ME TO releng_<title>\n"
printf "\n$0: FAIL: === TEPLATE === RENAME ME TO [auto|manual]_<title>\n"
# Each releng_ test should decide whether or not it needs
# Each 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