Skip to content

Commit e2a4329

Browse files
committed
Remove 'no_module_tests' from setup_gen:make_boot()
1 parent e07b862 commit e2a4329

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/setup_gen.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -914,8 +914,8 @@ make_boot(Rel, GenTarget, Roots) ->
914914
Vs
915915
end,
916916
?if_verbose(io:fwrite("Path = ~p~n", [Path])),
917-
Opts = if GenTarget -> [no_module_tests];
918-
true -> [no_module_tests, local, {variables, Vars}]
917+
Opts = if GenTarget -> [];
918+
true -> [local, {variables, Vars}]
919919
end,
920920
Res = systools:make_script(Rel, [{path, path(Roots)}|Opts]),
921921
?if_verbose(io:fwrite("make_script() -> ~p~n", [Res])).

0 commit comments

Comments
 (0)