From 08b7a4eb95cb86e42486c344919a662f912e72e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 9 Oct 2019 13:22:41 +0200 Subject: Use no_dot_erlang instead of start_clean --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index b7e8724..4dcd3d9 100644 --- a/test/Makefile +++ b/test/Makefile @@ -16,7 +16,7 @@ APP = test_$(subst -,_,$@) # Erlang, quickly! -ERL = erl +A0 -noinput -boot start_clean +ERL = erl +A0 -noinput -boot no_dot_erlang # Platform detection, condensed version. -- cgit v1.2.3