Skip to content

Commit

Permalink
Update index.cfm
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 21, 2024
1 parent 78cfeb7 commit 1dd121c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/benchmark/index.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
suites = [];
for ( suite in availableSuites ){
if ( suite contains filter )
arrayAppend( suites, listLast( listLast( suite, "/\" ), "." ) );
arrayAppend( suites, listFirst( listLast( suite, "/\" ), "." ) );
}
} else {
suites = application.testSuite.toList();
Expand Down

0 comments on commit 1dd121c

Please sign in to comment.