(t *testing.T, tester shellTester)
| 585 | } |
| 586 | |
| 587 | func testUpdateFromPrevToCurrent(t *testing.T, tester shellTester) { |
| 588 | testGenericUpdate(t, tester, installFromPrev, updateToHead) |
| 589 | } |
| 590 | |
| 591 | func testUpdateFromPrevToReleaseViaProd(t *testing.T, tester shellTester) { |
| 592 | defer testutils.BackupAndRestoreEnv("HISHTORY_SERVER")() |
no test coverage detected