teleport/lib/shell
Andrew Lytvynov 24afdc0de6 Ensure all tests run exactly once per package
With gocheck, tests only run if you call `check.TestingT(t)` from a
dummy `func Test(t *testing.T)`.

Added the missing dummy function call in: `lib/services/suite`,
`lib/shell`. The `lib/shell` tests also turned out to be broken.

If you call the dummy wrapper twice, all tests will run twice.
This was happening in `lib/events/s3sessions` and `lib/services/local`.
2020-04-30 16:35:35 +00:00
..
shell.go Added tsh for Windows. 2018-08-03 11:06:08 -07:00
shell_test.go Ensure all tests run exactly once per package 2020-04-30 16:35:35 +00:00
shell_unix.go Added tsh for Windows. 2018-08-03 11:06:08 -07:00
shell_windows.go Added tsh for Windows. 2018-08-03 11:06:08 -07:00