aboutsummaryrefslogtreecommitdiff
path: root/tests.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move tests.sh into MakefileEuAndreh2021-01-231-7/+0
|
* mv scripts/* build-aux/EuAndreh2021-01-231-3/+2
|
* Remove assert-nixfmt.shEuAndreh2021-01-231-1/+0
|
* Use build-aux/assert-todos.sh over scripts/assert-todos.shEuAndreh2021-01-231-1/+1
|
* {scripts => build-aux}/assert-shellcheck.shEuAndreh2021-01-231-1/+1
|
* Move shebangs and script calls to POSIXEuAndreh2021-01-201-6/+7
|
* tests.sh: Revert to ./ in order to fail build when error occursEuAndreh2020-12-281-5/+5
|
* Use explicit sh script callEuAndreh2020-12-271-5/+5
|
* Use sh for tests.shEuAndreh2020-12-241-5/+1
|
* Move the rest of assert-content.sh to link-hook.rbEuAndreh2020-12-241-1/+0
|
* Remove --check option from translation scriptsEuAndreh2020-12-191-1/+1
|
* Check that translations are up to date in testsnixpkgs-review2020-11-051-1/+1
|
* tests.sh: Disable failing sync-translations.sh for nowEuAndreh2020-11-031-1/+1
|
* Fail tests when translations are not in syncEuAndreh2020-11-031-1/+1
|
* Rename: scripts/assert-translations.sh -> scripts/sync-translations.shEuAndreh2020-11-031-1/+1
|
* Initial automation of translationsEuAndreh2020-11-031-0/+1
|
* Decouple testing with NixEuAndreh2020-10-111-0/+12
Use Nix for build isolation not for test running.