require releng_ for test scripts run by run_all
This commit is contained in:
@ -14,8 +14,8 @@ main() {
|
||||
DSTART=`date --utc`
|
||||
printf "\n$0: Started at ${DSTART}"
|
||||
E1=`date '+%s'`
|
||||
# avoid running (your)self
|
||||
for s in `ls | grep -v ${SELF}`; do
|
||||
# require ^releng_, avoid running (your)self explcitly
|
||||
for s in `ls | grep ^releng_ | grep -v ${SELF}`; do
|
||||
if [ -x ${s} ]; then
|
||||
set +e
|
||||
printf "\n$0: Running ${s}..."
|
||||
|
Reference in New Issue
Block a user