diff options
author | Lukas Slebodnik <lslebodn@redhat.com> | 2017-06-17 14:11:37 +0200 |
---|---|---|
committer | Lukas Slebodnik <lslebodn@redhat.com> | 2017-06-19 13:59:58 +0200 |
commit | 7c0402b85627587bcac004d4bfdbf181bbae8549 (patch) | |
tree | 1f434f370f3a1a088c84699559f287d9b227a0a1 | |
parent | 223f4ff3cd9136414a8b593587f5742bf2c914cd (diff) | |
download | sssd-7c0402b85627587bcac004d4bfdbf181bbae8549.tar.gz sssd-7c0402b85627587bcac004d4bfdbf181bbae8549.tar.xz sssd-7c0402b85627587bcac004d4bfdbf181bbae8549.zip |
Revert "CI: Use /bin/sh as a CONFIG SHELL"
This reverts commit 35f29b17699c3d52f77857c530300318b14148f8.
Workaround is not required anymore.
Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>
-rwxr-xr-x | contrib/ci/run | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/ci/run b/contrib/ci/run index fb72a33ac..aa6d35abe 100755 --- a/contrib/ci/run +++ b/contrib/ci/run @@ -199,8 +199,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 |