summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2017-06-17 14:11:37 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2017-06-19 14:23:54 +0200
commitec2aea2f1215a1f5bd5fc01f4c1e8322a0a79f98 (patch)
tree751e416bedf61a6967b9dd647a257bdedeff3137
parenta37429750dcc1450e4482579fa289e2317bd00bc (diff)
downloadsssd-ec2aea2f1215a1f5bd5fc01f4c1e8322a0a79f98.tar.gz
sssd-ec2aea2f1215a1f5bd5fc01f4c1e8322a0a79f98.tar.xz
sssd-ec2aea2f1215a1f5bd5fc01f4c1e8322a0a79f98.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> (cherry picked from commit 7c0402b85627587bcac004d4bfdbf181bbae8549) (cherry picked from commit 8d56ad9bdff71ab6e0d7aff9a64eaaf67b69866a)
-rwxr-xr-xcontrib/ci/run3
1 files changed, 1 insertions, 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