github.com/schwarzm/garden-linux@v0.0.0-20150507151835-33bca2147c47/old/integration/wshd/wshd_suite_test.go (about) 1 // +build linux 2 3 package wshd_test 4 5 import ( 6 "os" 7 8 . "github.com/onsi/ginkgo" 9 . "github.com/onsi/gomega" 10 11 "testing" 12 ) 13 14 func TestWshd(t *testing.T) { 15 if os.Getenv("GARDEN_TEST_ROOTFS") != "" { 16 RegisterFailHandler(Fail) 17 RunSpecs(t, "wshd Suite") 18 } 19 }