diff options
| author | Matthew Sackman <matthew@lshift.net> | 2009-04-12 19:54:19 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2009-04-12 19:54:19 +0100 |
| commit | f191d8413b4d0bdcf2f466da1dc5e42304bd241d (patch) | |
| tree | 813a95a37264ab53ab34a6a14d20d2ca8a797a06 /Makefile | |
| parent | cb87008620431c8f30269fba02f4aeffbc31e073 (diff) | |
| download | rabbitmq-server-git-f191d8413b4d0bdcf2f466da1dc5e42304bd241d.tar.gz | |
initial stab at some tests (though still only 1 queue!).
Also accidentally seem to have committed a change to the Makefile a while back so am undoing that.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ RABBITMQ_NODENAME=rabbit RABBITMQ_SERVER_START_ARGS= -RABBITMQ_MNESIA_DIR=/data/tmp/rabbitmq-$(RABBITMQ_NODENAME)-mnesia -RABBITMQ_LOG_BASE=/data/tmp +RABBITMQ_MNESIA_DIR=/tmp/rabbitmq-$(RABBITMQ_NODENAME)-mnesia +RABBITMQ_LOG_BASE=/tmp SOURCE_DIR=src EBIN_DIR=ebin |
