From c23836870039462f4e4d357296c1f235c7922aca Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 28 Dec 2020 14:23:20 -0300 Subject: tests.sh: Revert to ./ in order to fail build when error occurs --- tests.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests.sh') 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 -- cgit v1.2.3