Skip to content

Commit 238bcdb

Browse files
author
Alan Christie
committed
- Early support for 'creates' section
1 parent ed20380 commit 238bcdb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/groovy/PipelineTester.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,8 +645,10 @@ class Tester {
645645
def outputFiles = new FileNameFinder().
646646
getFileNames(testOutputPath.toString(), "*")
647647
for (String create in creates) {
648+
println "+++++ " + create
648649
boolean found = false
649650
for (String outputFile in outputFiles) {
651+
println ">>>>> " + outputFile
650652
if (outputFile.endsWith(create)) {
651653
found = true
652654
break

0 commit comments

Comments
 (0)