Skip to content

Commit

Permalink
Update testBuildArtifacts.cfc
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jul 24, 2024
1 parent 4398947 commit 67681ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testBuildArtifacts.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="data-provider-inte
} else {
var warContents = directoryList( path=warDir, recurse=true, listinfo="query" );
for ( var f in warContents ){
systemOutput( f, true );
systemOutput( "#chr(9)##chr(9)##f.name#, #numberFormat( f.size )#", true );
}
}
Expand Down

0 comments on commit 67681ad

Please sign in to comment.