Skip to content

Commit 5c1965a

Browse files
Update run-make test front-files from .woff to .woff2
1 parent 718f934 commit 5c1965a

File tree

1 file changed

+3
-3
lines changed
  • src/test/run-make/emit-shared-files

1 file changed

+3
-3
lines changed

src/test/run-make/emit-shared-files/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ invocation-only:
1414
[ -e $(INVOCATION_ONLY)/x/index.html ]
1515
[ -e $(INVOCATION_ONLY)/theme-xxx.css ] # generated from z.css
1616
! [ -e $(INVOCATION_ONLY)/storage-xxx.js ]
17-
! [ -e $(INVOCATION_ONLY)/SourceSerif4-It.ttf.woff ]
17+
! [ -e $(INVOCATION_ONLY)/SourceSerif4-It.ttf.woff2 ]
1818

1919
# FIXME: this probably shouldn't have a suffix
2020
[ -e $(INVOCATION_ONLY)/y-xxx.css ]
@@ -24,7 +24,7 @@ invocation-only:
2424
toolchain-only:
2525
$(RUSTDOC) -Z unstable-options --emit=toolchain-shared-resources --output $(TOOLCHAIN_ONLY) --resource-suffix=-xxx --extend-css z.css x.rs
2626
[ -e $(TOOLCHAIN_ONLY)/storage-xxx.js ]
27-
! [ -e $(TOOLCHAIN_ONLY)/SourceSerif4-It.ttf.woff ]
27+
! [ -e $(TOOLCHAIN_ONLY)/SourceSerif4-It.ttf.woff2 ]
2828
! [ -e $(TOOLCHAIN_ONLY)/search-index-xxx.js ]
2929
! [ -e $(TOOLCHAIN_ONLY)/x/index.html ]
3030
! [ -e $(TOOLCHAIN_ONLY)/theme.css ]
@@ -35,7 +35,7 @@ toolchain-only:
3535
all-shared:
3636
$(RUSTDOC) -Z unstable-options --emit=toolchain-shared-resources,unversioned-shared-resources --output $(ALL_SHARED) --resource-suffix=-xxx --extend-css z.css x.rs
3737
[ -e $(ALL_SHARED)/storage-xxx.js ]
38-
[ -e $(ALL_SHARED)/SourceSerif4-It.ttf.woff ]
38+
[ -e $(ALL_SHARED)/SourceSerif4-It.ttf.woff2 ]
3939
! [ -e $(ALL_SHARED)/search-index-xxx.js ]
4040
! [ -e $(ALL_SHARED)/settings.html ]
4141
! [ -e $(ALL_SHARED)/x ]

0 commit comments

Comments
 (0)