From ec2aea2f1215a1f5bd5fc01f4c1e8322a0a79f98 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Sat, 17 Jun 2017 14:11:37 +0200 Subject: Revert "CI: Use /bin/sh as a CONFIG SHELL" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 35f29b17699c3d52f77857c530300318b14148f8. Workaround is not required anymore. Reviewed-by: Fabiano FidĂȘncio (cherry picked from commit 7c0402b85627587bcac004d4bfdbf181bbae8549) (cherry picked from commit 8d56ad9bdff71ab6e0d7aff9a64eaaf67b69866a) --- contrib/ci/run | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/ci/run b/contrib/ci/run index 31ee66280..ff6b71b72 100755 --- a/contrib/ci/run +++ b/contrib/ci/run @@ -198,8 +198,7 @@ function build_debug() test_dir=`mktemp --directory /dev/shm/ci-test-dir.XXXXXXXX` stage configure "$BASE_DIR/configure" \ "${CONFIGURE_ARG_LIST[@]}" \ - --with-test-dir="$test_dir" \ - SHELL=/bin/sh + --with-test-dir="$test_dir" # Not building "tests" due to https://fedorahosted.org/sssd/ticket/2350 stage make-tests make -j $CPU_NUM check LOG_COMPILER=true -- cgit