[epiphany/gnome-3-26] Just stop running all the tests



commit 2b9caeb1989d0f34a02ca51b03e54df472bbf2f8
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Feb 12 21:49:39 2018 -0600

    Just stop running all the tests
    
    Probably a recipe for disaster, but half the tests are already broken
    and disabled, why not disable even more? But really, I just don't want
    to reinstall JHBuild in order to do a release.

 meson_options.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 5840586..b76cbd2 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -18,6 +18,6 @@ option('https_everywhere',
 
 option('unit_tests',
   type: 'boolean',
-  value: true,
+  value: false,
   description: 'Enable unit tests'
 )


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