From 884bbbdf5f0916a840bb9fc8f40c14163d58fad8 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 22 Feb 2018 16:35:39 +0100 Subject: php-nightly is now allowed to fail PHP is breaking too many things on nightly, we'll only support releases from now on. This should also make our vld-based file-upload checker more resilient: no more random warnings on stderr.--- scripts/upload_validation.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/upload_validation.py b/scripts/upload_validation.py index fb1e05f..1152804 100755 --- a/scripts/upload_validation.py +++ b/scripts/upload_validation.py @@ -14,6 +14,7 @@ def check(filename): "-d", "vld.format=1", "-d", "vld.col_sep=@", "-d", "log_errors=0", + "-d", "error_log=/dev/null", filename], stderr=subprocess.STDOUT) except subprocess.CalledProcessError as e: -- cgit v1.3