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:
Ian Wienand 2014-02-21 14:33:29 +11:00
parent 5d920e02e3
commit 09bb9e6792
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ if [[ -n $@ ]]; then
else
LIBS=`find lib -type f | grep -v \.md`
SCRIPTS=`find . -type f -name \*\.sh`
EXTRA="functions"
EXTRA="functions functions-common stackrc openrc exerciserc eucarc"
FILES="$SCRIPTS $LIBS $EXTRA"
fi