0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Update Erlang.mk

This commit is contained in:
Loïc Hoguin 2022-09-19 14:17:37 +02:00
parent 105edf1d6e
commit 30ee75cea1
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
17 changed files with 297 additions and 50 deletions

View file

@ -80,7 +80,7 @@ do_compile_and_start(Example, Config) ->
%% TERM=dumb disables relx coloring.
ct:log("~s~n", [os:cmd(Make ++ " -C " ++ Dir ++ " TERM=dumb")]),
ct:log("~s~n", [os:cmd(Rel ++ " stop")]),
ct:log("~s~n", [os:cmd(Rel ++ " start")]),
ct:log("~s~n", [os:cmd(Rel ++ " daemon")]),
timer:sleep(2000),
ok.