mirror of
https://github.com/openfaas/faas.git
synced 2025-06-23 23:33:25 +00:00
Merge master into breakout_swarm
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
14
gateway/vendor/github.com/nats-io/go-nats/test/main.go
generated
vendored
Normal file
14
gateway/vendor/github.com/nats-io/go-nats/test/main.go
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
// Copyright 2017 Apcera Inc. All rights reserved.
|
||||
|
||||
package test
|
||||
|
||||
import (
|
||||
"os"
|
||||
"testing"
|
||||
)
|
||||
|
||||
// TestMain runs all tests. Added since tests were moved to a separate package.
|
||||
func TestMain(m *testing.M) {
|
||||
// call flag.Parse() here if TestMain uses flags
|
||||
os.Exit(m.Run())
|
||||
}
|
Reference in New Issue
Block a user