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 67681ad commit f47a2d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testBuildArtifacts.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +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 );
systemOutput( "#chr(9)##chr(9)##mid(f.directory,len(warDir))##f.name#, #numberFormat( f.size )#", true );
}
}
}
Expand Down

0 comments on commit f47a2d5

Please sign in to comment.