Skip to content

Commit

Permalink
Add debug output to passing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom King authored and Tom King committed May 9, 2019
1 parent 2b6159c commit 06a27f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wheels/public/tests/html.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@
<td class="n">#result.time#</td>
<td class="success">#result.status#</td>
</tr>
<cfset distinctKey= replace(replace(replace(result.packageName, ".", "_", "all"), "tests_", "", "one"), "wheels_", "", "one") & '_' & result.testName>
<cfif StructKeyExists(request, "TESTING_FRAMEWORK_DEBUGGING") && StructKeyExists(request["TESTING_FRAMEWORK_DEBUGGING"], distinctKey)>
<cfloop array="#request['TESTING_FRAMEWORK_DEBUGGING'][distinctKey]#" index="i">
<tr class="positive"><td colspan="4">#i#</tr>
</cfloop>
</cfif>
</cfif>
</cfloop>
</tbody>
Expand Down

0 comments on commit 06a27f2

Please sign in to comment.