Skip to content

Instantly share code, notes, and snippets.

@bhamiltoncx
Created December 7, 2015 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhamiltoncx/4b6b5785b9d0ba4132e4 to your computer and use it in GitHub Desktop.
Save bhamiltoncx/4b6b5785b9d0ba4132e4 to your computer and use it in GitHub Desktop.
% git diff
diff --git a/build.xml b/build.xml
index 39bf8e4..a4a1d2a 100644
--- a/build.xml
+++ b/build.xml
@@ -664,6 +664,8 @@
forkmode="perBatch"
haltonfailure="on"
haltonerror="on">
+ <sysproperty key="user.language" value="de" />
+ <sysproperty key="user.region" value="DE" />
<sysproperty key="buck.path_to_pex" value="${buck.path_to_pex}" />
<sysproperty key="buck.path_to_python_test_main" value="${buck.path_to_python_test_main}" />
<sysproperty key="buck.logging_config_file" value="${buck.test_logging_config_file}" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment