aboutsummaryrefslogtreecommitdiff
path: root/tests.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-12-28 14:23:20 -0300
committerEuAndreh <eu@euandre.org>2020-12-28 14:23:20 -0300
commitc23836870039462f4e4d357296c1f235c7922aca (patch)
treec266f672dc0eb7daf7fe8bf8b4940cfb52dc1bbe /tests.sh
parentTODOs.org: Mark 8d8a9202-97d4-4c43-b042-15fd5c95da65 as done (diff)
downloadeuandre.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-xtests.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests.sh b/tests.sh
index e1875e1..7946452 100755
--- a/tests.sh
+++ b/tests.sh
@@ -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