diff options
author | Ondrej Fabry <ofabry@cisco.com> | 2018-10-03 05:14:40 -0700 |
---|---|---|
committer | Ondrej Fabry <ofabry@cisco.com> | 2018-10-03 05:14:40 -0700 |
commit | 62d19032621c7db801b313a1e19e787cfb1fbc3e (patch) | |
tree | d2181b6b09f8cbbaf32a4dff72e9d64675a243bb /core | |
parent | 0f731471ab258d9e01658f0ab70f8317fd0fb89c (diff) |
Omit message factory and line numbers from generated output
Change-Id: Ie48cc0a641242625daf55caf00ab630e78aa86b7
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/channel_test.go | 2 | ||||
-rw-r--r-- | core/connection_test.go | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/core/channel_test.go b/core/channel_test.go index 0eafa32..b06e3e9 100644 --- a/core/channel_test.go +++ b/core/channel_test.go @@ -22,7 +22,7 @@ import ( "git.fd.io/govpp.git/examples/bin_api/interfaces" "git.fd.io/govpp.git/examples/bin_api/memif" "git.fd.io/govpp.git/examples/bin_api/tap" - "git.fd.io/govpp.git/examples/binapi/vpe" + "git.fd.io/govpp.git/examples/bin_api/vpe" "git.fd.io/govpp.git/api" . "github.com/onsi/gomega" diff --git a/core/connection_test.go b/core/connection_test.go index cea7d2d..2ecdd34 100644 --- a/core/connection_test.go +++ b/core/connection_test.go @@ -22,8 +22,8 @@ import ( "git.fd.io/govpp.git/codec" "git.fd.io/govpp.git/core" "git.fd.io/govpp.git/examples/bin_api/interfaces" - "git.fd.io/govpp.git/examples/binapi/stats" - "git.fd.io/govpp.git/examples/binapi/vpe" + "git.fd.io/govpp.git/examples/bin_api/stats" + "git.fd.io/govpp.git/examples/bin_api/vpe" . "github.com/onsi/gomega" ) |