Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix message when building because of a clean state #242

Merged
merged 5 commits into from
Jul 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix IT expectations
gnodet committed May 16, 2024
commit 335e3f21da5cc12978255a7d987a0d23d8d762e7
2 changes: 1 addition & 1 deletion src/it/MCOMPILER-500-package-info-incr/verify.groovy
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ def logFile = new File( basedir, 'build.log' )
assert logFile.exists()
content = logFile.text

assert 1 == content.count( "Recompiling the module because of ")
assert 0 == content.count( "Recompiling the module because of ")
assert 1 == content.count( 'Nothing to compile - all classes are up to date.' )