Repository: cassandra-builds Updated Branches: refs/heads/master f652e2e4e -> 8f796c668
Set LC_CTYPE to UTF-8 for dtests Patch for CASSANDRA-14298 Project: http://git-wip-us.apache.org/repos/asf/cassandra-builds/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra-builds/commit/8f796c66 Tree: http://git-wip-us.apache.org/repos/asf/cassandra-builds/tree/8f796c66 Diff: http://git-wip-us.apache.org/repos/asf/cassandra-builds/diff/8f796c66 Branch: refs/heads/master Commit: 8f796c66896f8c889c8d654a90b35d3b7d03efb4 Parents: f652e2e Author: Stefan Podkowinski <[email protected]> Authored: Mon May 28 14:30:38 2018 +0200 Committer: Stefan Podkowinski <[email protected]> Committed: Mon May 28 14:30:38 2018 +0200 ---------------------------------------------------------------------- docker/jenkins/dtest.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra-builds/blob/8f796c66/docker/jenkins/dtest.sh ---------------------------------------------------------------------- diff --git a/docker/jenkins/dtest.sh b/docker/jenkins/dtest.sh index 0d8cdb9..20915b6 100644 --- a/docker/jenkins/dtest.sh +++ b/docker/jenkins/dtest.sh @@ -1,6 +1,7 @@ #!/bin/sh export WORKSPACE=/home/cassandra/cassandra export LANG=en_US.UTF-8 +export LC_CTYPE=en_US.UTF-8 export PYTHONIOENCODING=utf-8 export PYTHONUNBUFFERED=true echo "dtest.sh: running: git clone --depth=1 --branch=$BRANCH https://github.com/$REPO/cassandra.git" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
