From 2ad3a3d8613208584f80917cd8daa0a9f0455bf6 Mon Sep 17 00:00:00 2001 From: TomVasile <43349666+TomVasile@users.noreply.github.com> Date: Tue, 21 Apr 2020 21:27:59 +0000 Subject: [PATCH] add flag to test case --- plugin_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin_test.go b/plugin_test.go index f0e22af..929ed44 100644 --- a/plugin_test.go +++ b/plugin_test.go @@ -17,6 +17,7 @@ func TestPublish(t *testing.T) { SetupFile: "testdata/setup.py", Distributions: strings.Split(os.Getenv("PLUGIN_DISTRIBUTIONS"), " "), SkipBuild: false, + DistDir: "dist/", } err := plugin.Exec() if err != nil {