summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bc903147d4..d8ef058ec6 100644
--- a/Makefile
+++ b/Makefile
@@ -163,7 +163,7 @@ run-node: all
run-tests: all
OUT=$$(echo "rabbit_tests:all_tests()." | $(ERL_CALL)) ; \
- echo -e $$OUT ; echo $$OUT | grep '^{ok, passed}$$' > /dev/null
+ echo $$OUT ; echo $$OUT | grep '^{ok, passed}$$' > /dev/null
start-background-node:
$(BASIC_SCRIPT_ENVIRONMENT_SETTINGS) \