rename to test_gradlew-fdroid to match Python unittest naming

This commit is contained in:
Hans-Christoph Steiner 2024-11-19 19:10:15 +01:00
parent 00e9b7dcd7
commit 65119b3193
3 changed files with 4 additions and 4 deletions

View file

@ -207,11 +207,11 @@ gradlew-fdroid:
changes:
- .gitlab-ci.yml
- gradlew-fdroid
- tests/test-gradlew-fdroid
- tests/test_gradlew-fdroid
script:
- apt-get install ca-certificates curl default-jdk-headless shellcheck unzip
- shellcheck --severity=error --color gradlew-fdroid tests/test-gradlew-fdroid
- ./tests/test-gradlew-fdroid
- shellcheck --severity=error --color gradlew-fdroid tests/test_gradlew-fdroid
- ./tests/test_gradlew-fdroid
# Run all the various linters and static analysis tools.