Release v0.212

This commit is contained in:
David Dworken 2023-09-09 15:17:55 -07:00
parent e3e3a7bd0d
commit c269e7832e
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
211
212

View File

@ -186,7 +186,7 @@ func TestParam(t *testing.T) {
}
runTestsWithRetries(t, "testControlR/offline/bash", func(t testing.TB) { testControlR(t, bashTester{}, "bash", Offline) })
runTestsWithRetries(t, "testControlR/fish", func(t testing.TB) { testControlR(t, bashTester{}, "fish", Online) })
runTestsWithExtraRetries(t, "testTui/search", testTui_search, 7)
runTestsWithExtraRetries(t, "testTui/search", testTui_search, 10)
runTestsWithRetries(t, "testTui/general", testTui_general)
runTestsWithRetries(t, "testTui/scroll", testTui_scroll)
runTestsWithRetries(t, "testTui/resize", testTui_resize)