summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-02-12 21:49:39 -0600
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-02-12 21:49:39 -0600
commit3d674bbdf9713a2ea7bdeead6bee9e4c8e337b19 (patch)
treea793bebadfa4650e8ff9a122e3ec0efd532f7951 /meson_options.txt
parent0e8e0983cd3a6f249134b540dff49d9fddae7605 (diff)
downloadepiphany-3d674bbdf9713a2ea7bdeead6bee9e4c8e337b19.tar.gz
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.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 4afbd841e..9e168267b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -24,6 +24,6 @@ option('tech_preview',
option('unit_tests',
type: 'boolean',
- value: true,
+ value: false,
description: 'Enable unit tests'
)