diff options
Diffstat (limited to 'test/layout/run_layout_tests.sh')
-rwxr-xr-x | test/layout/run_layout_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/layout/run_layout_tests.sh b/test/layout/run_layout_tests.sh index 2e2bfa7b..20b85ce1 100755 --- a/test/layout/run_layout_tests.sh +++ b/test/layout/run_layout_tests.sh @@ -20,4 +20,5 @@ do printf '%s\r' "$h" else printf 'WARNING: expected file not found for %s\n' "$h" fi done +printf '\n' exit "$failed" |