rename releng_ scripts to auto_
This commit is contained in:
parent
99075dafbc
commit
c44be3b5b1
@ -13,7 +13,7 @@ not_in_releng_exit() {
|
|||||||
# Include common bits
|
# Include common bits
|
||||||
. inc/releng_getopts.inc || not_in_releng_exit
|
. 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.
|
# a xorriso binary to test, since some do compilations only.
|
||||||
if [ ! -x $RELENG_XORRISO ]; then
|
if [ ! -x $RELENG_XORRISO ]; then
|
||||||
print_help
|
print_help
|
||||||
|
@ -13,9 +13,9 @@ set -e
|
|||||||
# Include common bits
|
# Include common bits
|
||||||
. inc/releng_getopts.inc || not_in_releng_exit
|
. 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.
|
# a xorriso binary to test, since some do compilations only.
|
||||||
if [ ! -x $RELENG_XORRISO ]; then
|
if [ ! -x $RELENG_XORRISO ]; then
|
||||||
print_help
|
print_help
|
Loading…
Reference in New Issue
Block a user