Browse code

Merge "Add more files to run_tests.sh bash8 check"

Jenkins authored on 2014/02/22 12:54:35
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