From 11cbb597471127c1b29e78e6cad0a1a4d93ea24c Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 17 May 2018 12:40:40 -0700 Subject: Renaming platform binary to mattermost. (#8801) --- cmd/commands/exec_command_test.go | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 cmd/commands/exec_command_test.go (limited to 'cmd/commands/exec_command_test.go') diff --git a/cmd/commands/exec_command_test.go b/cmd/commands/exec_command_test.go deleted file mode 100644 index 79e65fe83..000000000 --- a/cmd/commands/exec_command_test.go +++ /dev/null @@ -1,21 +0,0 @@ -// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. - -package commands - -import ( - "flag" - "testing" - - "github.com/stretchr/testify/require" - - "github.com/mattermost/mattermost-server/cmd" -) - -func TestExecCommand(t *testing.T) { - if filter := flag.Lookup("test.run").Value.String(); filter != "ExecCommand" { - t.Skip("use -run ExecCommand to execute a command via the test executable") - } - cmd.RootCmd.SetArgs(flag.Args()) - require.NoError(t, cmd.RootCmd.Execute()) -} -- cgit v1.2.3-1-g7c22