Browse code

Add more files to run_tests.sh bash8 check

Add functions-common, stackrc, openrc, exerciserc, eucarc to bash8
checks

Change-Id: Ic14b348c871bf98bf35c7e866e715bb75bdccf97

Ian Wienand authored on 2014/02/21 12:33:29
Showing 1 changed files
... ...
@@ -20,7 +20,7 @@ if [[ -n $@ ]]; then
20 20
 else
21 21
     LIBS=`find lib -type f | grep -v \.md`
22 22
     SCRIPTS=`find . -type f -name \*\.sh`
23
-    EXTRA="functions"
23
+    EXTRA="functions functions-common stackrc openrc exerciserc eucarc"
24 24
     FILES="$SCRIPTS $LIBS $EXTRA"
25 25
 fi
26 26