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:
parent
105edf1d6e
commit
30ee75cea1
17 changed files with 297 additions and 50 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue