summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-07-19 14:55:13 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-07-19 14:55:13 +0100
commitac16ca27a90f3c5877d3028e1a52c0874b7bb75f (patch)
treee96cce5dd596d21b3b9ec8abb2c0b61716e5b8b4 /Makefile
parentd4a7b574c7b4e05a3a913be722f6b715aecf3479 (diff)
downloadrabbitmq-server-git-ac16ca27a90f3c5877d3028e1a52c0874b7bb75f.tar.gz
really add schema-less nodes
I've disabled disc-to-ram conversions, for now. Mnesia:change_table_copy_type(schema, node(), ram_copies) half-fails silently if mnesia isn't running. It removes the stuff in the db dir, but it gets recreated on the next mnesia:start/0.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d8ef058ec6..bc903147d4 100644
--- a/Makefile
+++ b/Makefile
@@ -163,7 +163,7 @@ run-node: all
run-tests: all
OUT=$$(echo "rabbit_tests:all_tests()." | $(ERL_CALL)) ; \
- echo $$OUT ; echo $$OUT | grep '^{ok, passed}$$' > /dev/null
+ echo -e $$OUT ; echo $$OUT | grep '^{ok, passed}$$' > /dev/null
start-background-node:
$(BASIC_SCRIPT_ENVIRONMENT_SETTINGS) \