summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2015-01-23 13:28:13 +0000
committerSimon MacMullen <simon@rabbitmq.com>2015-01-23 13:28:13 +0000
commit6c6c29cffe250fce54f878db6ddc93fd1e21b15d (patch)
treebe0d1a32ff08ff9828b46d570636b7f80870e5cf
parent2828a3b4925884f985fe30d6edfea2cc709cf444 (diff)
downloadrabbitmq-server-git-6c6c29cffe250fce54f878db6ddc93fd1e21b15d.tar.gz
Oops
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3c4f1aa41e..c955a8fcfb 100644
--- a/Makefile
+++ b/Makefile
@@ -231,7 +231,7 @@ run-background-node: all
run-tests: all
echo 'code:add_path("$(TEST_EBIN_DIR)").' | $(ERL_CALL)
echo 'code:add_path("$(TEST_EBIN_DIR)").' | $(ERL_CALL) -n hare || true
- OUT=$$(echo "rabbit_tests:test_backing_queue()." | $(ERL_CALL)) ; \
+ OUT=$$(echo "rabbit_tests:all_tests()." | $(ERL_CALL)) ; \
echo $$OUT ; echo $$OUT | grep '^{ok, passed}$$' > /dev/null
run-qc: all