Repository: maven-integration-testing Updated Branches: refs/heads/master a6aca2894 -> 30ecf2e07
o Updated to set LC_ALL=C in addition to LANG=C to run the ITs using the POSIX locale. Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/30ecf2e0 Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/30ecf2e0 Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/30ecf2e0 Branch: refs/heads/master Commit: 30ecf2e0769db0624f18170d928d5e5213d50457 Parents: a6aca28 Author: Christian Schulte <[email protected]> Authored: Sat Dec 12 22:58:21 2015 +0100 Committer: Christian Schulte <[email protected]> Committed: Sat Dec 12 22:58:21 2015 +0100 ---------------------------------------------------------------------- run-its.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/30ecf2e0/run-its.sh ---------------------------------------------------------------------- diff --git a/run-its.sh b/run-its.sh index cc79c2a..d251099 100755 --- a/run-its.sh +++ b/run-its.sh @@ -21,8 +21,8 @@ # How I run the ITs from a clean slate. Though I do this with a primed Nexus instance. JvZ. -env LANG=C mvn clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo +env LANG=C LC_ALL=C mvn clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo # If behind a proxy try this -# env LANG=C mvn clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo -Dproxy.active=true -Dproxy.type=http -Dproxy.host=<host> -Dproxy.port=<port> -Dproxy.user= -Dproxy.pass= +# env LANG=C LC_ALL=C mvn clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo -Dproxy.active=true -Dproxy.type=http -Dproxy.host=<host> -Dproxy.port=<port> -Dproxy.user= -Dproxy.pass=
