Skip to content

Commit

Permalink
Temp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
QuyenLy87 committed Jul 17, 2024
1 parent 1e2c11f commit 844ad27
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 166 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public ValidationStatusReport runRF2MysqlValidations(ValidationRunConfig validat
// load dependency release
if (executionConfig.isExtensionValidation() && !executionConfig.isStandAloneProduct()) {
releaseVersionLoader.loadDependencyVersion(executionConfig);
if (!releaseVersionLoader.isKnownVersion(executionConfig.getExtensionDependencyVersion())) {
if (releaseVersionLoader.isUnknownVersion(executionConfig.getExtensionDependencyVersion())) {
statusReport.addFailureMessage("Failed to load dependency release " + executionConfig.getExtensionDependencyVersion());
}
}
Expand Down
Loading

0 comments on commit 844ad27

Please sign in to comment.