Skip to content

Commit

Permalink
fixing location for ct.coverdata and modules
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelog committed Aug 20, 2014
1 parent e7b641c commit 4f6b5b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/rebar_covertool_tests.erl
Expand Up @@ -85,7 +85,8 @@ expected_cover_generated_files() ->
"{covertool_ct, {\"test/ct.coverdata\", \"test/ct.coverage.xml\"}}.\n"]).

-define(cover_spec,
["{export, \"test/ct.coverdata\"}.\n"]).
["{export, \"../../test/ct.coverdata\"}.\n",
"{incl_dirs, [\"../../test\", \"../../src\"]}.\n"]).

make_tmp_dir() ->
ok = file:make_dir(?TMP_DIR).
Expand Down

0 comments on commit 4f6b5b5

Please sign in to comment.