gplugin/builders

Parents f8da99d3af84
Children ca144d87e30b
Make sure we pass -v to meson test so we can see error messages
--- a/meson/build.sh Tue Oct 17 00:12:21 2023 -0500
+++ b/meson/build.sh Tue Oct 17 00:35:04 2023 -0500
@@ -6,5 +6,5 @@
meson ${MESON_OPTIONS} "${BUILD_DIR}"
meson compile -C "${BUILD_DIR}"
-meson test -C "${BUILD_DIR}"
+meson test -C "${BUILD_DIR}" -v