diff options
| author | jvoisin | 2018-02-22 16:35:39 +0100 |
|---|---|---|
| committer | GitHub | 2018-02-22 16:35:39 +0100 |
| commit | 884bbbdf5f0916a840bb9fc8f40c14163d58fad8 (patch) | |
| tree | 537aaff929b9b7a1a298ce3eb2f609fd008f7b2c /scripts | |
| parent | 4ce02663339b6b0976b69f041904b8610dd90cea (diff) | |
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.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/upload_validation.py | 1 |
1 files changed, 1 insertions, 0 deletions
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): | |||
| 14 | "-d", "vld.format=1", | 14 | "-d", "vld.format=1", |
| 15 | "-d", "vld.col_sep=@", | 15 | "-d", "vld.col_sep=@", |
| 16 | "-d", "log_errors=0", | 16 | "-d", "log_errors=0", |
| 17 | "-d", "error_log=/dev/null", | ||
| 17 | filename], | 18 | filename], |
| 18 | stderr=subprocess.STDOUT) | 19 | stderr=subprocess.STDOUT) |
| 19 | except subprocess.CalledProcessError as e: | 20 | except subprocess.CalledProcessError as e: |
