Small change to the way I run ONOS for testing
diff --git a/mastership-test.sh b/mastership-test.sh
index 4fa47d5..10474cf 100755
--- a/mastership-test.sh
+++ b/mastership-test.sh
@@ -1 +1,2 @@
-java -Dlogback.configurationFile=logback.xml -cp target/floodlight-only.jar:lib/*:lib/titan/* net.onrc.onos.registry.controller.RegistryRunner $1
+#java -Dlogback.configurationFile=logback.xml -cp target/floodlight-only.jar:lib/*:lib/titan/* net.onrc.onos.registry.controller.RegistryRunner $1
+java -cp target/floodlight-only.jar:lib/*:lib/titan/* net.floodlightcontroller.core.Main -cf onos.properties