diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-02-07 09:27:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-07 09:27:51 +0100 |
commit | adae075fcffe0b5d1a790c41c083b78db27ba80b (patch) | |
tree | 434dc49e3eeb07a510117b52ab6e8696b4405808 /ci/common/suite.sh | |
parent | 1391385ba9f83d32f3b6fc54587f03a1d34960d9 (diff) | |
download | rneovim-adae075fcffe0b5d1a790c41c083b78db27ba80b.tar.gz rneovim-adae075fcffe0b5d1a790c41c083b78db27ba80b.tar.bz2 rneovim-adae075fcffe0b5d1a790c41c083b78db27ba80b.zip |
ci: remove unnecessary variables and functions (#22150)
Diffstat (limited to 'ci/common/suite.sh')
-rw-r--r-- | ci/common/suite.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ci/common/suite.sh b/ci/common/suite.sh index c81261d2e7..9c3056baaf 100644 --- a/ci/common/suite.sh +++ b/ci/common/suite.sh @@ -34,8 +34,3 @@ ended_successfully() { fi return 0 } - -end_tests() { - touch "${END_MARKER}" - ended_successfully -} |