summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc78136cdd..49bf926afc 100644
--- a/Makefile
+++ b/Makefile
@@ -197,7 +197,7 @@ run-background-node: all
./scripts/rabbitmq-server
run-tests: all
- OUT=$$(echo "rabbit_tests:test_option_parser()." | $(ERL_CALL)) ; \
+ OUT=$$(echo "rabbit_tests:all_tests()." | $(ERL_CALL)) ; \
echo $$OUT ; echo $$OUT | grep '^{ok, passed}$$' > /dev/null
run-qc: all