make/tests/scripts
Paul Smith bd4ce86785 [SV 56918] Compute job slots properly on failing command
Ensure we properly reduce job_slots_used if a command fails because
it doesn't exist/can't be started.

* src/job.h (struct child): Add a field jobslot to be set when using
a job slot.
* src/job.c (start_waiting_job): Remember if we are using a job slot.
(reap_children): Reduce number of job slots used by jobslot.
2019-09-21 15:38:48 -04:00
..
features [SV 56918] Compute job slots properly on failing command 2019-09-21 15:38:48 -04:00
functions * tests/scripts/functions/shell: Detect correct SHELLSTATUS code. 2019-09-21 15:13:32 -04:00
misc * tests/run_make_tests.pl: Create $scriptsuffix for Windows/VMS. 2019-09-16 08:25:33 -04:00
options * tests/run_make_test.pl: Fix support for valgrind. 2019-09-21 15:13:24 -04:00
targets
variables
vms
test_template