Enable Windows CI (Appveyor)

- start list of linux_only plugins; ignore them when testing on Windows
- Isolate linux-only code by filename suffix
- Remove stub (NotImplemented) functions
- other misc. fixes for Windows compatibility
This commit is contained in:
Gabriel Rosenhouse
2017-10-31 22:58:50 -07:00
parent b09e0d28a7
commit 99f6be0319
21 changed files with 293 additions and 348 deletions

View File

@ -37,7 +37,7 @@ var _ = Describe("Echosvr", func() {
})
AfterEach(func() {
session.Terminate().Wait()
session.Kill().Wait()
})
It("starts and doesn't terminate immediately", func() {