Skip to content

Commit

Permalink
Move TERM= declaration to make variable side
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Jun 22, 2016
1 parent 3c77661 commit 99a0e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/examples_SUITE.erl
Expand Up @@ -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),
Expand Down

0 comments on commit 99a0e0f

Please sign in to comment.