From e78e76c701c4554295ddfd6083b7aa54a378c6a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 28 Nov 2018 15:10:54 +0100 Subject: Rename the rel/ directory to config/ by default --- doc/src/guide/eunit.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src/guide/eunit.asciidoc') diff --git a/doc/src/guide/eunit.asciidoc b/doc/src/guide/eunit.asciidoc index 496b674..41e26e3 100644 --- a/doc/src/guide/eunit.asciidoc +++ b/doc/src/guide/eunit.asciidoc @@ -65,7 +65,7 @@ to be passed to `erl` when running EUnit tests. For example, you can load the 'vm.args' and 'sys.config' files: [source,make] -EUNIT_ERL_OPTS = -args_file rel/vm.args -config rel/sys.config +EUNIT_ERL_OPTS = -args_file config/vm.args -config config/sys.config === Usage -- cgit v1.2.3