[d-feet/wjt/fix-ci: 1/3] tests: run with --verbose



commit 52eca176589dfce2f7dbbce656476f52304cbd0e
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]