Add more files to run_tests.sh bash8 check
Add functions-common, stackrc, openrc, exerciserc, eucarc to bash8 checks Change-Id: Ic14b348c871bf98bf35c7e866e715bb75bdccf97
This commit is contained in:
parent
5d920e02e3
commit
09bb9e6792
@ -20,7 +20,7 @@ if [[ -n $@ ]]; then
|
|||||||
else
|
else
|
||||||
LIBS=`find lib -type f | grep -v \.md`
|
LIBS=`find lib -type f | grep -v \.md`
|
||||||
SCRIPTS=`find . -type f -name \*\.sh`
|
SCRIPTS=`find . -type f -name \*\.sh`
|
||||||
EXTRA="functions"
|
EXTRA="functions functions-common stackrc openrc exerciserc eucarc"
|
||||||
FILES="$SCRIPTS $LIBS $EXTRA"
|
FILES="$SCRIPTS $LIBS $EXTRA"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user