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

Commit d1aef30

Browse files
committed
[[ Benchmarks ]] Change version comparison.
The version comparison has been changed to use 'begins with' so that it doesn't do strange things if there's ever a 8.6.7 or similar.
1 parent 43c27d4 commit d1aef30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/_benchmarkrunner.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private function getCommandLineInfo
4141
-- ".livecodescript" file as the command for running the test
4242
-- runner, and everything after it as test runner arguments
4343
local tCommandArguments
44-
if the version contains "6.7" then
44+
if the version begins with "6.7" then
4545
put $0 into tSelfCommand[1]
4646
if the environment is "command line" then
4747
put "-ui" into tCommandArguments[1]

0 commit comments

Comments
 (0)