From 77b87520f6c00448554be0b916bb97f3a7caef65 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Fri, 19 Nov 2010 13:32:33 +0000 Subject: [PATCH] Support configure --disable-monitor --- tests/scripts/test060-mt-hot | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/scripts/test060-mt-hot b/tests/scripts/test060-mt-hot index 6a52bead38..56b060e016 100755 --- a/tests/scripts/test060-mt-hot +++ b/tests/scripts/test060-mt-hot @@ -16,6 +16,11 @@ echo "running defines.sh" . $SRCDIR/scripts/defines.sh +if test $MONITORDB = "no" ; then + echo "Monitor backend not available, test skipped" + exit 0 +fi + mkdir -p $TESTDIR $DBDIR1 # -- 2.39.5