Changed full_debug rule to not stop on sub-task error

This commit is contained in:
Landon Curt Noll
2022-11-27 19:01:15 -08:00
parent dce2c6f0ee
commit 083011c9e3
3 changed files with 25 additions and 22 deletions

View File

@@ -47,6 +47,9 @@ The following are the changes from calc version 2.14.1.2 to date:
runs make full_debug sending stdout and stderr to debug.out. It then
prints a few instructions about filing a GitHub issue bug report.
The full_debug rule will no longer stop when one of the sub-tasks
failed (exit non-zero).
The following are the changes from calc version 2.14.1.0 to 2.14.1.0: