diff options
| author | EuAndreh <eu@euandre.org> | 2023-11-10 11:53:22 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-11-10 11:53:22 -0300 |
| commit | 1a4710c8c746f8548c9bd5948cef78d612e63a58 (patch) | |
| tree | dd2d184bd149fbbb0c461d9b04f95aba8bbde148 /tests/assert-deps.sh | |
| parent | tests/assert-clean.sh: Enforce correctness of "make clean" (diff) | |
| download | papod-1a4710c8c746f8548c9bd5948cef78d612e63a58.tar.gz papod-1a4710c8c746f8548c9bd5948cef78d612e63a58.tar.xz | |
tests/assert-*: Use standartized STDERR message format
Diffstat (limited to 'tests/assert-deps.sh')
| -rwxr-xr-x | tests/assert-deps.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/assert-deps.sh b/tests/assert-deps.sh index e358abd..a189d13 100755 --- a/tests/assert-deps.sh +++ b/tests/assert-deps.sh @@ -36,6 +36,8 @@ awk ' } ' Makefile | LANG=POSIX.UTF-8 sort > "$F" +printf '%s: all JavaScript sources are listed in the Makefile...' "$0" >&2 git ls-files src/*.js tests/js/*.js | LANG=POSIX.UTF-8 sort | diff -U10 "$F" - +printf ' OK.\n'>&2 |
