diff options
| author | J0WI <J0WI@users.noreply.github.com> | 2019-04-23 19:28:25 +0200 |
|---|---|---|
| committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-05-04 19:02:45 +0200 |
| commit | fba754600f083dd392d15572d860305908eb15ff (patch) | |
| tree | a6760b1b54bd5204268780e43676c71df6d539b2 /main/nginx/njs~fix-test-exit-code.patch | |
| parent | 65955b8fd031ac5d1123d33065e14e280c991781 (diff) | |
| download | aports-fba754600f083dd392d15572d860305908eb15ff.tar.bz2 aports-fba754600f083dd392d15572d860305908eb15ff.tar.xz | |
main/nginx: upgrade to 1.16.0
Diffstat (limited to 'main/nginx/njs~fix-test-exit-code.patch')
| -rw-r--r-- | main/nginx/njs~fix-test-exit-code.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/main/nginx/njs~fix-test-exit-code.patch b/main/nginx/njs~fix-test-exit-code.patch deleted file mode 100644 index f6edfc7698..0000000000 --- a/main/nginx/njs~fix-test-exit-code.patch +++ /dev/null @@ -1,24 +0,0 @@ -# HG changeset patch -# User Dmitry Volyntsev <xeioex@nginx.com> -# Date 1524763304 -10800 -# Node ID 4e647f0bf155f0e858a8838c216e3ba1559ff870 -# Parent 1305b1701099541bcb47579ce1719550662e0d1c -Fixed unit tests exit code. - -Previously, 0 was returned regardless of failures. - -Patch-Source: http://hg.nginx.org/njs/rev/4e647f0bf155 - -diff -r 1305b1701099 -r 4e647f0bf155 njs/test/njs_unit_test.c ---- a/njs/test/njs_unit_test.c Thu Apr 26 19:58:26 2018 +0300 -+++ b/njs/test/njs_unit_test.c Thu Apr 26 20:21:44 2018 +0300 -@@ -9878,7 +9878,7 @@ - printf("njs unit tests passed\n"); - } - -- return NXT_OK; -+ return rc; - } - - - |
