summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2009-04-15 12:41:31 +0100
committerMatthias Radestock <matthias@lshift.net>2009-04-15 12:41:31 +0100
commitea653688157c0e006c75dd5913a3b192c5c4882d (patch)
treed1b08e1957e574d8b9e7bcdc2c8de2335394fa35
parent2b6a0cbc57cd9ccd45647ad34942d3fe6f7bf388 (diff)
downloadrabbitmq-server-ea653688157c0e006c75dd5913a3b192c5c4882d.tar.gz
remove silly dependency
'start' should fail when the node is already running, rather than killing it
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb3f5999..2414aa2d 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ run-node: all
run-tests: all
echo "rabbit_tests:all_tests()." | $(ERL_CALL)
-start-background-node: stop-node
+start-background-node:
$(BASIC_SCRIPT_ENVIRONMENT_SETTINGS) \
RABBITMQ_NODE_ONLY=true \
RABBITMQ_SERVER_START_ARGS="$(RABBITMQ_SERVER_START_ARGS) -detached" \