From 09bb9e67923c1de4d4479000eb329b139732c57b Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 21 Feb 2014 14:33:29 +1100 Subject: [PATCH] Add more files to run_tests.sh bash8 check Add functions-common, stackrc, openrc, exerciserc, eucarc to bash8 checks Change-Id: Ic14b348c871bf98bf35c7e866e715bb75bdccf97 --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 9d9d18661e..b4f26c5709 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -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