diff --git a/tools/test-setup.sh b/tools/test-setup.sh index dab8196..4c0c15a 100755 --- a/tools/test-setup.sh +++ b/tools/test-setup.sh @@ -4,5 +4,10 @@ # it sets up the test system as needed. # Developers should setup their test systems in a similar way. +# On fedora we need to copy sample config +if [ -f /etc/zookeeper/zoo_sample.cfg ]; then + sudo cp /etc/zookeeper/zoo_sample.cfg /etc/zookeeper/zoo.cfg +fi + # Be sure zookeeper is started. sudo service zookeeper start