diff options
| author | Tristan Partin <tristan@partin.io> | 2023-08-14 09:03:42 -0500 |
|---|---|---|
| committer | Xavier Claessens <xclaesse@gmail.com> | 2023-08-17 17:31:30 -0400 |
| commit | 543e9ca0cf0c00d752bd723ec403e91b839bf9b4 (patch) | |
| tree | 6aa548a9a08e537b0709b38f5f8ac45ad3753d4c /test cases | |
| parent | f52bcaa27fc125ab9ae583af466ba99c164169f3 (diff) | |
| download | meson-543e9ca0cf0c00d752bd723ec403e91b839bf9b4.tar.gz | |
Remove XML filter from testlog.{json,txt} and std streams
This was an unintended consequence of the original patch in #11977.
Co-authored-by: Benoit Pierre <benoit.pierre@gmail.com>
Diffstat (limited to 'test cases')
| -rw-r--r-- | test cases/unit/110 replace unencodable xml chars/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/unit/110 replace unencodable xml chars/meson.build b/test cases/unit/110 replace unencodable xml chars/meson.build index 2e6b1b793..73485b073 100644 --- a/test cases/unit/110 replace unencodable xml chars/meson.build +++ b/test cases/unit/110 replace unencodable xml chars/meson.build @@ -1,4 +1,4 @@ project('replace unencodable xml chars') test_script = find_program('script.py') -test('main', test_script) +test('main', test_script, verbose: true) |
