948aff1f02
Fix all of the bashate failures. Also, bashate will install its negative tests in its virtualenv, so we need to generate a list of files to pass to bashate that excludes .tox/ Change-Id: I55559bf6137f705aec9a7f277928ad8d4cadc2ca
9 lines
155 B
Plaintext
9 lines
155 B
Plaintext
CONF_DIR=$TOP_DIR
|
|
FILE_OWNER=root
|
|
FILE_GROUP=www-data
|
|
|
|
# allow local overrides of env variables
|
|
if [ -f $TOP_DIR/localrc ]; then
|
|
. $TOP_DIR/localrc
|
|
fi
|