SHA256
3
0
forked from pool/make
Andreas Schwab 2022-09-21 08:13:22 +00:00 committed by Git OBS Bridge
parent d9ed328203
commit 3e0e359bed
2 changed files with 8 additions and 7 deletions

View File

@ -2,11 +2,11 @@
tests/test_driver.pl | 2 +- tests/test_driver.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)
Index: make-4.3/tests/test_driver.pl Index: make-4.3.90/tests/test_driver.pl
=================================================================== ===================================================================
--- make-4.3.orig/tests/test_driver.pl --- make-4.3.90.orig/tests/test_driver.pl
+++ make-4.3/tests/test_driver.pl +++ make-4.3.90/tests/test_driver.pl
@@ -52,7 +52,7 @@ $tests_passed = 0; @@ -57,7 +57,7 @@ $pathsep = undef;
$test_passed = 1; $test_passed = 1;
# Timeout in seconds. If the test takes longer than this we'll fail it. # Timeout in seconds. If the test takes longer than this we'll fail it.
@ -14,4 +14,4 @@ Index: make-4.3/tests/test_driver.pl
+$test_timeout = 8; +$test_timeout = 8;
$test_timeout = 10 if $^O eq 'VMS'; $test_timeout = 10 if $^O eq 'VMS';
# Path to Perl $diff_name = undef;

View File

@ -95,8 +95,9 @@ Wed Sep 21 07:54:19 UTC 2022 - Andreas Schwab <schwab@suse.de>
made as a side-effect of some other target's recipe are now noticed as made as a side-effect of some other target's recipe are now noticed as
expected. expected.
- jobserver-noinherit.patch, jobserver-fifo.patch: Removed - jobserver-noinherit.patch, jobserver-fifo.patch: Removed
- test-driver.patch: Removed. - test-driver.patch: Removed
- fix-57962.patch: Removed. - fix-57962.patch: Removed
- make-testcases_timeout.diff: Rediff
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 17 15:05:38 UTC 2022 - Andreas Schwab <schwab@suse.de> Wed Aug 17 15:05:38 UTC 2022 - Andreas Schwab <schwab@suse.de>