Skip to content

Commit e949635

Browse files
authored
Update straggler 17 in the pipeline.md canned commands
1 parent 8019820 commit e949635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ git checkout la-vache/main unicodetools/data/ucd/dev/extracted/*;
155155
git checkout la-vache/main unicodetools/data/ucd/dev/auxiliary/*;
156156
rm .\Generated\* -recurse -force;
157157
mvn 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;
159159
rm unicodetools\data\ucd\dev\zzz-unchanged-*;
160160
rm unicodetools\data\ucd\dev\*\zzz-unchanged-*;
161161
rm .\unicodetools\data\ucd\dev\extra\*;
@@ -247,4 +247,4 @@ eggrobin (Windows, in-source).
247247
```powershell
248248
mvn 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.

0 commit comments

Comments
 (0)