Skip to content

Commit

Permalink
hooks/EXAMPLES/FVT-option-clean-hooks-001-004 May not be able to crea…
Browse files Browse the repository at this point in the history
…te a test case without creating a new a new git repository #47
  • Loading branch information
BradleyA committed Feb 1, 2020
1 parent 4caa91f commit 931366b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
12 changes: 7 additions & 5 deletions hooks/EXAMPLES/FVT-option-clean-hooks-001
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/bin/bash
# hooks/EXAMPLES/FVT-option-clean-hooks-001 2.499.1431 2020-02-01T16:57:16.772113-06:00 (CST) https://github.com/BradleyA/git-TEST-commit-automation.git master uadmin five-rpi3b.cptx86.com 2.498
# testing >>>
# hooks/EXAMPLES/FVT-option-clean-hooks-001 2.498.1430 2020-02-01T16:30:00.755297-06:00 (CST) https://github.com/BradleyA/git-TEST-commit-automation.git master uadmin five-rpi3b.cptx86.com 2.497
# testing
# hooks/EXAMPLES/FVT-option-clean-hooks-001 2.500.1432 2020-02-01T17:23:29.283192-06:00 (CST) https://github.com/BradleyA/git-TEST-commit-automation.git master uadmin five-rpi3b.cptx86.com 2.499
# hooks/EXAMPLES/FVT-option-clean-hooks-001-004 May not be able to create a test case without creating a new a new git repository #47
# hooks/EXAMPLES/FVT-option-clean-hooks-001 2.453.1351 2020-01-30T20:58:56.329147-06:00 (CST) https://github.com/BradleyA/git-TEST-commit-automation.git master uadmin five-rpi3b.cptx86.com 2.452-2-g38c9e8d
# hooks/EXAMPLES/FVT-option-clean-hooks-00? Use short test case name added This script does not support -* or help or usage or version
# hooks/EXAMPLES/FVT-option-clean-hooks-001 2.441.1333 2020-01-28T23:29:38.752802-06:00 (CST) https://github.com/BradleyA/git-TEST-commit-automation.git master uadmin five-rpi3b.cptx86.com 2.440
Expand Down Expand Up @@ -119,9 +117,13 @@ if [[ "${DEBUG}" == "0" ]] ; then # Don't remove when in DEBUG modes
fi

# MUST restore deleted test cases because git-TEST-cases.sh -c --hooks , just deleted them
echo ">>> <<<"
# >>> 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
Expand Down
15 changes: 6 additions & 9 deletions hooks/bin/TEST/git-TEST-cases.sh/FVT-setup.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/bin/bash
# hooks/bin/TEST/git-TEST-cases.sh/FVT-setup.sh 2.498.1430 2020-02-01T16:30:00.993092-06:00 (CST) https://github.com/BradleyA/git-TEST-commit-automation.git master uadmin five-rpi3b.cptx86.com 2.497
# testing
# hooks/bin/TEST/git-TEST-cases.sh/FVT-setup.sh 2.497.1429 2020-02-01T15:59:07.929887-06:00 (CST) https://github.com/BradleyA/git-TEST-commit-automation.git master uadmin five-rpi3b.cptx86.com 2.496
# testing
# hooks/bin/TEST/git-TEST-cases.sh/FVT-setup.sh 2.500.1432 2020-02-01T17:23:29.550633-06:00 (CST) https://github.com/BradleyA/git-TEST-commit-automation.git master uadmin five-rpi3b.cptx86.com 2.499
# hooks/EXAMPLES/FVT-option-clean-hooks-001-004 May not be able to create a test case without creating a new a new git repository #47
# hooks/bin/TEST/git-TEST-cases.sh/FVT-setup.sh 2.441.1333 2020-01-28T23:29:38.984356-06:00 (CST) https://github.com/BradleyA/git-TEST-commit-automation.git master uadmin five-rpi3b.cptx86.com 2.440
# hooks/EXAMPLES/FVT-option-clean-hooks-001 copy FVT-option-clean-001 to FVT-option-clean-hooks-001
# hooks/bin/TEST/git-TEST-cases.sh/FVT-setup.sh 2.436.1328 2020-01-28T10:27:16.263708-06:00 (CST) https://github.com/BradleyA/git-TEST-commit-automation.git master uadmin five-rpi3b.cptx86.com 2.435-1-g267af17
Expand Down Expand Up @@ -93,11 +91,10 @@ ln -fs "${REPOSITORY_DIR}/hooks/EXAMPLES/FVT-option-all-hooks-001" FVT-option-al
ln -fs "${REPOSITORY_DIR}/hooks/EXAMPLES/FVT-option-all-hooks-002" FVT-option-all-hooks-002
ln -fs "${REPOSITORY_DIR}/hooks/EXAMPLES/FVT-option-clean-001" FVT-option-clean-001
ln -fs "${REPOSITORY_DIR}/hooks/EXAMPLES/FVT-option-clean-002" FVT-option-clean-002
ln -fs "${REPOSITORY_DIR}/hooks/EXAMPLES/FVT-option-clean-hooks-001" FVT-option-clean-hooks-001
# >>> Known incidnet ## ln -fs "${REPOSITORY_DIR}/hooks/EXAMPLES/FVT-option-clean-hooks-001" FVT-option-clean-hooks-001
# >>> Known incidnet ## ln -fs "${REPOSITORY_DIR}/hooks/EXAMPLES/FVT-option-clean-hooks-002" FVT-option-clean-hooks-002
# >>> Known incidnet ## ln -fs "${REPOSITORY_DIR}/hooks/EXAMPLES/FVT-option-clean-hooks-003" FVT-option-clean-hooks-003
# >>> Known incidnet ## ln -fs "${REPOSITORY_DIR}/hooks/EXAMPLES/FVT-option-clean-hooks-004" FVT-option-clean-hooks-004
# >>> Known incidnet ## >>> ln -fs "${REPOSITORY_DIR}/hooks/EXAMPLES/FVT-option-clean-hooks-001" FVT-option-clean-hooks-001
# >>> Known incidnet ## >>> ln -fs "${REPOSITORY_DIR}/hooks/EXAMPLES/FVT-option-clean-hooks-002" FVT-option-clean-hooks-002
# >>> Known incidnet ## >>> ln -fs "${REPOSITORY_DIR}/hooks/EXAMPLES/FVT-option-clean-hooks-003" FVT-option-clean-hooks-003
# >>> Known incidnet ## >>> ln -fs "${REPOSITORY_DIR}/hooks/EXAMPLES/FVT-option-clean-hooks-004" FVT-option-clean-hooks-004
ln -fs "${REPOSITORY_DIR}/hooks/EXAMPLES/FVT-option-filename-001" FVT-option-filename-001
ln -fs "${REPOSITORY_DIR}/hooks/EXAMPLES/FVT-option-filename-002" FVT-option-filename-002
ln -fs "${REPOSITORY_DIR}/hooks/EXAMPLES/FVT-option-filename-003" FVT-option-filename-003
Expand Down
4 changes: 2 additions & 2 deletions hooks/bin/git-TEST-cases.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# hooks/bin/git-TEST-cases.sh 2.499.1431 2020-02-01T16:57:16.980944-06:00 (CST) https://github.com/BradleyA/git-TEST-commit-automation.git master uadmin five-rpi3b.cptx86.com 2.498
# testing >>>
# hooks/bin/git-TEST-cases.sh 2.500.1432 2020-02-01T17:23:29.755912-06:00 (CST) https://github.com/BradleyA/git-TEST-commit-automation.git master uadmin five-rpi3b.cptx86.com 2.499
# hooks/EXAMPLES/FVT-option-clean-hooks-001-004 May not be able to create a test case without creating a new a new git repository #47
# hooks/bin/git-TEST-cases.sh 2.489.1409 2020-02-01T10:14:36.146530-06:00 (CST) https://github.com/BradleyA/git-TEST-commit-automation.git master uadmin five-rpi3b.cptx86.com 2.488
# hooks/EXAMPLES/FVT-option-filename-001-006 Updated user message
# hooks/bin/git-TEST-cases.sh 2.435.1326 2020-01-28T10:11:57.566271-06:00 (CST) https://github.com/BradleyA/git-TEST-commit-automation.git master uadmin five-rpi3b.cptx86.com 2.434
Expand Down

0 comments on commit 931366b

Please sign in to comment.