Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
kazurayam committed Jun 22, 2020
2 parents a061baf + 28c2091 commit 5fc265c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ public class VisualTestingListenerImpl {
if ( ! GVH.isGlobalVariablePresent(MGV.MATERIAL_REPOSITORY) ) {
Files.createDirectories(materialsDir)
MaterialRepository mr = MaterialRepositoryFactory.createInstance(materialsDir)
mr.markAsCurrent(TSuiteName.SUITELESS_DIRNAME, TExecutionProfile.UNUSED, TSuiteTimestamp.TIMELESS_DIRNAME)
def tsr = mr.ensureTSuiteResultPresent(TSuiteName.SUITELESS_DIRNAME, TExecutionProfile.UNUSED, TSuiteTimestamp.TIMELESS_DIRNAME)
mr.markAsCurrent(TSuiteName.SUITELESS_DIRNAME, TExecutionProfile.UNUSED_DIRNAME, TSuiteTimestamp.TIMELESS_DIRNAME)
def tsr = mr.ensureTSuiteResultPresent(TSuiteName.SUITELESS_DIRNAME, TExecutionProfile.UNUSED_DIRNAME, TSuiteTimestamp.TIMELESS_DIRNAME)
GVH.ensureGlobalVariable(MGV.MATERIAL_REPOSITORY, mr)
}
MaterialRepository gvMR = (MaterialRepository)GVH.getGlobalVariableValue(MGV.MATERIAL_REPOSITORY)
Expand Down

0 comments on commit 5fc265c

Please sign in to comment.