Move test cases into dedicated testCase folder

This commit is contained in:
Marcus Holl
2019-02-27 09:12:38 +01:00
parent f09c243193
commit cb9dbc9c4c
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
WORKSPACES_ROOT=workspaces
[ -e "${WORKSPACES_ROOT}" ] && rm -rf ${WORKSPACES_ROOT}
TEST_CASES=$(find '.' -depth 2 -name '*.yml')
TEST_CASES=$(find testCases -depth 2 -name '*.yml')
i=0
for f in ${TEST_CASES}