[d-feet/release-0.3.15] tests: run with --verbose



commit d1c8c38e829d04b25e01586d64b0820d08f48bce
Author: Will Thompson <will willthompson co uk>
Date:   Tue Aug 6 15:20:14 2019 +0100

    tests: run with --verbose
    
    They are currently timing out in the Flatpak CI, but there's no
    indication as to why.
    
    Meson captures the output of tests and hides it if they pass, so it
    seems safe to always run them verbosely.

 src/tests/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/tests/meson.build b/src/tests/meson.build
index 349a029..e6ebd55 100644
--- a/src/tests/meson.build
+++ b/src/tests/meson.build
@@ -14,6 +14,7 @@ test_py = configure_file(
 test(
   test_name,
   test_py,
+  args: ['--verbose'],
   workdir: meson.current_source_dir(),
 )
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]