diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/scripts/features/parallelism | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/scripts/features/parallelism b/tests/scripts/features/parallelism index 528c653..9eb196d 100644 --- a/tests/scripts/features/parallelism +++ b/tests/scripts/features/parallelism @@ -147,12 +147,12 @@ recurse: ; @$(MAKE) --no-print-directory -f #MAKEFILE# submake INCL=true', '-j2', 'bar'); -unlink('dependfile'); +unlink('dependfile', 'output'); # Do it again, this time where the include is done by the non-master make. run_make_test(undef, '-j2 recurse INCL=false', 'bar'); -unlink('dependfile'); +unlink('dependfile', 'output'); 1; |