mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Move TERM= declaration to make variable side
This commit is contained in:
parent
3c7766119d
commit
99a0e0fc46
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ do_get_paths(Example0) ->
|
|||
do_compile_and_start(Example) ->
|
||||
{Dir, Rel, _} = do_get_paths(Example),
|
||||
%% TERM=dumb disables relx coloring.
|
||||
ct:log("~s~n", [os:cmd("cd " ++ Dir ++ " && make distclean && TERM=dumb make all")]),
|
||||
ct:log("~s~n", [os:cmd("cd " ++ Dir ++ " && make distclean && make all TERM=dumb")]),
|
||||
ct:log("~s~n", [os:cmd(Rel ++ " stop")]),
|
||||
ct:log("~s~n", [os:cmd(Rel ++ " start")]),
|
||||
timer:sleep(2000),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue