Fossil SCM
Minor tweak to the 'get_versionable_settings' test suite helper routine.
Commit
f481fd6c9c000ca8146a4c6ee6b9370148b4d61f
Parent
816bc43b8064bf4…
1 file changed
+1
-1
+1
-1
| --- test/tester.tcl | ||
| +++ test/tester.tcl | ||
| @@ -214,11 +214,11 @@ | ||
| 214 | 214 | |
| 215 | 215 | if {$::RESULT eq "1"} { |
| 216 | 216 | lappend result tcl-setup |
| 217 | 217 | } |
| 218 | 218 | |
| 219 | - return $result | |
| 219 | + return [lsort -dictionary $result] | |
| 220 | 220 | } |
| 221 | 221 | |
| 222 | 222 | # Returns the list of all supported settings. |
| 223 | 223 | # |
| 224 | 224 | proc get_all_settings {} { |
| 225 | 225 |
| --- test/tester.tcl | |
| +++ test/tester.tcl | |
| @@ -214,11 +214,11 @@ | |
| 214 | |
| 215 | if {$::RESULT eq "1"} { |
| 216 | lappend result tcl-setup |
| 217 | } |
| 218 | |
| 219 | return $result |
| 220 | } |
| 221 | |
| 222 | # Returns the list of all supported settings. |
| 223 | # |
| 224 | proc get_all_settings {} { |
| 225 |
| --- test/tester.tcl | |
| +++ test/tester.tcl | |
| @@ -214,11 +214,11 @@ | |
| 214 | |
| 215 | if {$::RESULT eq "1"} { |
| 216 | lappend result tcl-setup |
| 217 | } |
| 218 | |
| 219 | return [lsort -dictionary $result] |
| 220 | } |
| 221 | |
| 222 | # Returns the list of all supported settings. |
| 223 | # |
| 224 | proc get_all_settings {} { |
| 225 |