diff options
| author | Matthias Radestock <matthias@lshift.net> | 2009-04-15 12:41:31 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2009-04-15 12:41:31 +0100 |
| commit | 23512c836c794b776c65cc5de39bd395637c8627 (patch) | |
| tree | d1b08e1957e574d8b9e7bcdc2c8de2335394fa35 /Makefile | |
| parent | 0a3aa468b4990772dcce07678f0f8f49b3a8c654 (diff) | |
| download | rabbitmq-server-git-23512c836c794b776c65cc5de39bd395637c8627.tar.gz | |
remove silly dependency
'start' should fail when the node is already running, rather than killing it
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" \ |
