-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
additional testingTest security & policy compliance and evaluate whether the solution satisfies the requirements.Test security & policy compliance and evaluate whether the solution satisfies the requirements.needs investigationWhat? How?What? How?new command/service
Description
Describe:
# 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
Version:
- Command: hooks/EXAMPLES/FVT-option-clean-hooks-001
Metadata
Metadata
Assignees
Labels
additional testingTest security & policy compliance and evaluate whether the solution satisfies the requirements.Test security & policy compliance and evaluate whether the solution satisfies the requirements.needs investigationWhat? How?What? How?new command/service