check for execution from releng/
This commit is contained in:
@ -5,7 +5,12 @@
|
||||
|
||||
set -e
|
||||
|
||||
. inc/releng_getopts.inc
|
||||
not_in_releng_exit() {
|
||||
printf "\nPlease execute the tests from releng directory.\n\n"
|
||||
exit 1
|
||||
}
|
||||
|
||||
. inc/releng_getopts.inc || not_in_releng_exit
|
||||
|
||||
# xorriso binary is not needed for that particular test
|
||||
|
||||
|
Reference in New Issue
Block a user