Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 01fa2b4

Browse files
committed
[[ Tests ]] Move TestRunnerRunPrintSummary to tester lib
1 parent 50c1d81 commit 01fa2b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/_testrunner.livecodescript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ private command invokeAllTests
193193
put TesterTapCombine(tAnalysis, the result) into tAnalysis
194194
end repeat
195195

196-
TestRunnerRunPrintSummary tAnalysis
196+
TesterRunPrintSummary tAnalysis
197197
quit 0
198198
end invokeAllTests
199199

@@ -295,6 +295,6 @@ private command runAllTests pInfo
295295
TestRunnerProcessOutput "IDE", "All IDE tests", tTestOutput
296296

297297
put TesterTapCombine(tAnalysis, the result) into tAnalysis
298-
TestRunnerRunPrintSummary tAnalysis
298+
TesterRunPrintSummary tAnalysis
299299
return tAnalysis
300300
end runAllTests

0 commit comments

Comments
 (0)