File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ git checkout la-vache/main unicodetools/data/ucd/dev/extracted/*;
155155git checkout la-vache/main unicodetools/data/ucd/dev/auxiliary/*;
156156rm .\Generated\* -recurse -force;
157157mvn compile exec:java '-Dexec.mainClass="org.unicode.text.UCD.Main"' '-Dexec.args="build MakeUnicodeFiles"' -am -pl unicodetools "-DCLDR_DIR=..\cldr\" "-DUNICODETOOLS_GEN_DIR=Generated" "-DUNICODETOOLS_REPO_DIR=.";
158- cp .\Generated\UCD\17 .0.0\* .\unicodetools\data\ucd\dev -recurse -force;
158+ cp .\Generated\UCD\18 .0.0\* .\unicodetools\data\ucd\dev -recurse -force;
159159rm unicodetools\data\ucd\dev\zzz-unchanged-*;
160160rm unicodetools\data\ucd\dev\*\zzz-unchanged-*;
161161rm .\unicodetools\data\ucd\dev\extra\*;
@@ -247,4 +247,4 @@ eggrobin (Windows, in-source).
247247``` powershell
248248mvn test -am -pl unicodetools "-DCLDR_DIR=$(gl|split-path -parent)\cldr\" "-DUNICODETOOLS_GEN_DIR=$(gl|split-path -parent)\unicodetools\Generated\" "-DUNICODETOOLS_REPO_DIR=$(gl|split-path -parent)\unicodetools\" "-DUVERSION=18.0.0" "-Dtest=TestTestUnicodeInvariants#testAdditionComparisons" -DfailIfNoTests=false -DtrimStackTrace=false
249249```
250- Results are in Generated\UnicodeTestResults-addition-comparisons-[ RMG issue number] .html.
250+ Results are in Generated\UnicodeTestResults-addition-comparisons-[ RMG issue number] .html.
You can’t perform that action at this time.
0 commit comments