# MUST restore deleted test cases because git-TEST-cases.sh -c --hooks , just deleted them
# >>> remove after debuggiing
echo ">>> May not be able to create a test case without creating a new a new git repository to test these options <<<"
echo ">>> becasue these options remove/clean all test cases that are not custom or setup or cleanup scripts <<<"
echo ">>> in the git repository . . . <<<"
pwd
echo ">>> <<<"
# >>> remove after debuggiing
## echo "#!/bin/bash" > "${REPOSITORY_DIR}"/hooks/tmp_DIR_"${COMMAND_NAME}"/TEST/tmp_CMD_"${COMMAND_NAME}"/FVT-setup.sh
## if [[ -x "${REPOSITORY_DIR}"/hooks/tmp_DIR_"${COMMAND_NAME}"/TEST/tmp_CMD_"${COMMAND_NAME}"/FVT-setup.sh ]] ; then ./FVT-setup.sh ; fi
## if [[ -x "SA-setup.sh" ]] ; then ./SA-setup.sh ; fi
Describe:
Version: