mirror of
https://git.zx2c4.com/cgit
synced 2025-08-03 01:25:34 +02:00
tests: allow to skip git version tests
This allows to run tests non-tagged git checkout or when bisecting. Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
parent
fa146ccabd
commit
5e49023b01
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ "${CGIT_TEST_NO_GIT_VERSION}" = "YesPlease" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
test_description='Check Git version is correct'
|
||||
CGIT_TEST_NO_CREATE_REPOS=YesPlease
|
||||
. ./setup.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue