From 752c0711e1aaef3f68b188391998cfdc142ee680 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Wed, 8 Nov 2017 19:32:58 -0200 Subject: [PATCH] chore: enable debug in fpm TestRunPipe So we can know why it failed if it fails for whatever reason --- pipeline/fpm/fpm_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline/fpm/fpm_test.go b/pipeline/fpm/fpm_test.go index 792a65b9f..7a7baedc9 100644 --- a/pipeline/fpm/fpm_test.go +++ b/pipeline/fpm/fpm_test.go @@ -38,6 +38,7 @@ func TestRunPipe(t *testing.T) { var ctx = &context.Context{ Version: "1.0.0", Parallelism: runtime.NumCPU(), + Debug: true, Config: config.Project{ ProjectName: "mybin", Dist: dist,