Fossil SCM
Fix test suite regression caused by the addtion of the new uv-sync setting in check-in [b9fd5947ef] without updating the list of all settings in tester.tcl.
Commit
0661d65cbdea96cf0b196faf9472f93cb75384f4
Parent
8d48885f811a660…
1 file changed
+1
+1
| --- test/tester.tcl | ||
| +++ test/tester.tcl | ||
| @@ -270,10 +270,11 @@ | ||
| 270 | 270 | ssh-command \ |
| 271 | 271 | ssl-ca-location \ |
| 272 | 272 | ssl-identity \ |
| 273 | 273 | th1-setup \ |
| 274 | 274 | th1-uri-regexp \ |
| 275 | + uv-sync \ | |
| 275 | 276 | web-browser] |
| 276 | 277 | |
| 277 | 278 | fossil test-th-eval "hasfeature legacyMvRm" |
| 278 | 279 | |
| 279 | 280 | if {$::RESULT eq "1"} { |
| 280 | 281 |
| --- test/tester.tcl | |
| +++ test/tester.tcl | |
| @@ -270,10 +270,11 @@ | |
| 270 | ssh-command \ |
| 271 | ssl-ca-location \ |
| 272 | ssl-identity \ |
| 273 | th1-setup \ |
| 274 | th1-uri-regexp \ |
| 275 | web-browser] |
| 276 | |
| 277 | fossil test-th-eval "hasfeature legacyMvRm" |
| 278 | |
| 279 | if {$::RESULT eq "1"} { |
| 280 |
| --- test/tester.tcl | |
| +++ test/tester.tcl | |
| @@ -270,10 +270,11 @@ | |
| 270 | ssh-command \ |
| 271 | ssl-ca-location \ |
| 272 | ssl-identity \ |
| 273 | th1-setup \ |
| 274 | th1-uri-regexp \ |
| 275 | uv-sync \ |
| 276 | web-browser] |
| 277 | |
| 278 | fossil test-th-eval "hasfeature legacyMvRm" |
| 279 | |
| 280 | if {$::RESULT eq "1"} { |
| 281 |