- rewrote autotest.sh and moved it to bin/dev/ as this is clearly a developer
  script
- the rewrite's goal is towards Shell/POSIX-compliance (e.g. ${VAR} and not $VAR)
This commit is contained in:
Roland Häder 2022-06-21 19:38:56 +02:00
parent d322e9288b
commit 3aeeac5d98
No known key found for this signature in database
GPG key ID: C82EDE5DDFA0BA77
2 changed files with 88 additions and 79 deletions

8
.gitignore vendored
View file

@ -90,3 +90,11 @@ venv/
#ignore avatar picture cache path
/avatar
#Ignore autotest results
autotest-results.xml
#ignore phpunit result cache
tests/.phpunit.result.cache
#ignore .php_cs (local copy)
.php_cs