Created
December 7, 2015 18:19
-
-
Save bhamiltoncx/4b6b5785b9d0ba4132e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% 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