From 79ef9622a9688601a211c82ed91b366f538af2d4 Mon Sep 17 00:00:00 2001
From: shammash <shammash@autistici.org>
Date: Sun, 8 Mar 2015 14:20:17 -0400
Subject: [PATCH] run mr_davfs in test.sh

run the filesystem view mapreduce so it's possible to use davfs/jsonfs and
other things in the test instance

Signed-off-by: shammash <shammash@autistici.org>
---
 test.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/test.sh b/test.sh
index 3c2a6d6..336b2eb 100644
--- a/test.sh
+++ b/test.sh
@@ -102,6 +102,11 @@ run_mr_stats() {
   | ${bindir}/mr_stats --config=${root}/djrandom.conf --mapreduce
 }
 
+run_mr_davfs() {
+  ${bindir}/mr_dump_bucket --config=${root}/djrandom.conf --bucket=song \
+  | ${bindir}/mr_davfs --config=${root}/djrandom.conf --mapreduce
+}
+
 setup
 start_daemons
 sleep 1
@@ -113,6 +118,7 @@ echo ${root}
 sleep 1
 run_client
 run_mr_stats
+run_mr_davfs
 
 echo "*** TEST COMPLETE ***"
 echo
-- 
GitLab