From 73676c80b06bd4a26040b41f42fee8dde536dcac Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Sun, 21 Dec 2014 14:47:32 -0500 Subject: Fix up programmatic interface to rebar3 Now supports arbitrary commands --- test/rebar_compile_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rebar_compile_SUITE.erl') diff --git a/test/rebar_compile_SUITE.erl b/test/rebar_compile_SUITE.erl index 83b868d..03f9c1f 100644 --- a/test/rebar_compile_SUITE.erl +++ b/test/rebar_compile_SUITE.erl @@ -33,5 +33,5 @@ build_basic_app(Config) -> Vsn = rebar_test_utils:create_random_vsn(), rebar_test_utils:create_app(AppDir, Name, Vsn, [kernel, stdlib]), - rebar_test_utils:run_and_check(Config, [], "compile", {ok, [{app, Name}]}). + rebar_test_utils:run_and_check(Config, [], ["compile"], {ok, [{app, Name}]}). -- cgit v1.1