From 43d3b5301d832eb5f1673f48483bd4d41acf5ed8 Mon Sep 17 00:00:00 2001 From: Peifeng Qiu Date: Wed, 24 May 2017 12:23:01 +0800 Subject: [PATCH] Remove duplicate unit test in pipeline compile script Remove duplicate unittest_check_gpdb in compile_gpdb.bash, it's already run by the above "if" block when needed. --- concourse/scripts/compile_gpdb.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/concourse/scripts/compile_gpdb.bash b/concourse/scripts/compile_gpdb.bash index 19c75e4d2d..3a542a8128 100755 --- a/concourse/scripts/compile_gpdb.bash +++ b/concourse/scripts/compile_gpdb.bash @@ -181,7 +181,6 @@ function _main() { # require `./configure --with-zlib`. unittest_check_gpdb fi - unittest_check_gpdb export_gpdb export_gpdb_extensions export_gpdb_win32_ccl -- GitLab