summaryrefslogtreecommitdiff
path: root/inttest/ct2
diff options
context:
space:
mode:
Diffstat (limited to 'inttest/ct2')
-rw-r--r--inttest/ct2/ct2_rt.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/inttest/ct2/ct2_rt.erl b/inttest/ct2/ct2_rt.erl
index 2b14ff9..ecab0e4 100644
--- a/inttest/ct2/ct2_rt.erl
+++ b/inttest/ct2/ct2_rt.erl
@@ -6,11 +6,11 @@
files() ->
[{create, "ebin/foo.app", app(foo)},
{copy, "../../rebar", "rebar"},
- {copy, "foo.test.spec", "test/foo.test.spec"},
+ {copy, "foo.test.spec", "foo.test.spec"},
{copy, "foo_SUITE.erl", "test/foo_SUITE.erl"}].
run(_Dir) ->
- {ok, _} = retest:sh("./rebar compile ct -v"),
+ {ok, _} = retest:sh("./rebar compile ct -vvv"),
ok.
%%