Skip to content

Commit

Permalink
feat(#211): add one more check that proves bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Oct 30, 2023
1 parent 2e8222f commit ab03c80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/it/distilled/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
String log = new File(basedir, 'build.log').text;
assert log.contains("BUILD SUCCESS")
assert log.contains("Result: 31")
assert !log.contains("java.lang.ClassNotFoundException")
//Check that we have generated all the required XMIR object files.
assert new File(basedir, 'target/jeo/xmir/org/eolang/jeo/Main.xmir').exists()
assert new File(basedir, 'target/jeo/xmir/org/eolang/jeo/A.xmir').exists()
Expand Down

0 comments on commit ab03c80

Please sign in to comment.