From 99a0e0fc46cacb84d9b9e4da5675639132dff710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 22 Jun 2016 13:09:27 +0200 Subject: Move TERM= declaration to make variable side --- test/examples_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/examples_SUITE.erl') diff --git a/test/examples_SUITE.erl b/test/examples_SUITE.erl index 5263a6a..b9cc7ba 100644 --- a/test/examples_SUITE.erl +++ b/test/examples_SUITE.erl @@ -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), -- cgit v1.2.3