diff options
author | EuAndreh <eu@euandre.org> | 2020-12-28 14:23:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-28 14:23:20 -0300 |
commit | c23836870039462f4e4d357296c1f235c7922aca (patch) | |
tree | c266f672dc0eb7daf7fe8bf8b4940cfb52dc1bbe /tests.sh | |
parent | TODOs.org: Mark 8d8a9202-97d4-4c43-b042-15fd5c95da65 as done (diff) | |
download | euandre.org-c23836870039462f4e4d357296c1f235c7922aca.tar.gz euandre.org-c23836870039462f4e4d357296c1f235c7922aca.tar.xz |
tests.sh: Revert to ./ in order to fail build when error occurs
Diffstat (limited to '')
-rwxr-xr-x | tests.sh | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,8 +1,8 @@ #!/bin/sh -eux -sh scripts/assert-spelling.sh -sh scripts/assert-nixfmt.sh -sh scripts/assert-shellcheck.sh -sh scripts/assert-todos.sh +./scripts/assert-spelling.sh +./scripts/assert-nixfmt.sh +./scripts/assert-shellcheck.sh +./scripts/assert-todos.sh -sh scripts/sync-translations.sh +./scripts/sync-translations.sh |