summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2017-06-30 15:24:17 +0000
committerVasil Dimov <vd@FreeBSD.org>2017-06-30 15:24:17 +0000
commit55c1a72fe5410ce7db9c3951b7227f2fbbc19ec9 (patch)
tree0df3271efa55d03b86e870ec546a6dabfe3bb59b /databases
parent8857a2980faceafed92ccc7564987ae58db4a4aa (diff)
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/galera/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/databases/galera/Makefile b/databases/galera/Makefile
index 410ffa267b21..bb6c4dcb3f4f 100644
--- a/databases/galera/Makefile
+++ b/databases/galera/Makefile
@@ -37,13 +37,16 @@ GH_ACCOUNT= codership
GH_TAGNAME?= release_${DISTVERSION}
LDFLAGS+= -lboost_program_options -lboost_system
-MAKE_ARGS+= --config=force \
- deterministic_tests=1 \
- revno=${GH_TAGNAME} \
- system_asio=0
+MAKE_ARGS+= revno=${GH_TAGNAME} system_asio=0 tests=0
USE_RC_SUBR= garb.sh
+# Abuse TEST_TARGET to append tests=1 (which is not a target, strictly
+# speaking) at the end of the "scons ..." command so that it overrides
+# tests=0 from ${MAKE_ARGS}. To rerun the tests a second time, remove
+# all *.passed files: find ./work -name *.passed -print -delete
+TEST_TARGET= deterministic_tests=1 tests=1
+
PLIST_FILES= bin/garbd \
lib/libgalera.so \
lib/libgalera_smm.so