Skip to content

Commit

Permalink
let this test actually fail the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
David Haxton committed Feb 24, 2020
1 parent 4bf9408 commit 9a8eaa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private void processArg(Instrumenter jacoco, String arg) throws Exception {
});

Files.write(
outFS.getPath("-paths-for-coverage.txt"),
outFS.getPath("-paths-for-blah.txt"),
srcs.replace(",", "\n").getBytes(java.nio.charset.StandardCharsets.UTF_8)
);
}
Expand Down

0 comments on commit 9a8eaa9

Please sign in to comment.