History log of /src/usr.bin/make/unit-tests/opt-jobs-no-action.mk |
Revision | | Date | Author | Comments |
1.10 |
| 08-May-2022 |
rillig | tests/make: migrate cond1 test to other, more specific tests
The tests in cond1 were a mixture of "everything related to conditions", and the test cases were heavily dependent on each other, which made them hard to understand. Move each test case to its corresponding special-purpose test.
|
1.9 |
| 04-Apr-2021 |
rillig | make: rename ambiguous functions
These two functions have counterparts that include the word 'Do' in their name, which is confusing.
No functional change.
|
1.8 |
| 10-Dec-2020 |
rillig | make(1): name Shell fields consistently
They are all templates with a single %s placeholder, so embed this unambiguously in the variable name. The previous variable names didn't provide any clue that echoCmd, execIgnore and errExit had a lot in common.
|
1.7 |
| 09-Dec-2020 |
rillig | make(1): clean up test output of opt-jobs-no-action
|
1.6 |
| 09-Dec-2020 |
rillig | make(1): remove noise from test output of opt-jobs-no-action
|
1.5 |
| 09-Dec-2020 |
rillig | make(1): split the -j -n test into separate targets
The manual page says that in -j mode when the shell does not have ErrCtl (and none of the default shells has that), the command prefix '-' "affects the entire job", but this seems to be wrong. At least, there is no change in the output from before, when all commands had been in the same target.
|
1.4 |
| 09-Dec-2020 |
rillig | make(1): add test for the -n option combined with RunFlags
|
1.3 |
| 09-Dec-2020 |
rillig | make(1): refine test for combining -j1 and -n
|
1.2 |
| 09-Dec-2020 |
rillig | make(1): add more tests for combining -j1 and -n
|
1.1 |
| 09-Dec-2020 |
rillig | make(1): add test for combining -j1 with -n
|