Skip to content

Commit

Permalink
#2660: clean back
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 22, 2023
1 parent e78d87c commit 71ad0c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void runsAllSnippets(final String yml) throws IOException {
.configuration()
.set("mainClass", "org.eolang.Main")
.set("arguments", map.get("args"));
f.exec("test");
f.exec("clean", "test");
MatcherAssert.assertThat(
String.format("'%s' printed something wrong", yml),
f.log(),
Expand Down

0 comments on commit 71ad0c7

Please sign in to comment.