Try to fix test on Windows.

This commit is contained in:
Joel Galenson 2019-08-08 16:44:42 -07:00
parent 3e6a927305
commit 36c4873d09

View file

@ -81,7 +81,7 @@ extern_flags:
fat_lto:
rm -rf $(TMPDIR) && mkdir $(TMPDIR)
$(RUSTC) reproducible-build-aux.rs
$(RUSTC) reproducible-build.rs -C lto=fat -C opt-level=1
$(RUSTC) reproducible-build.rs -C lto=fat
cp $(TMPDIR)/reproducible-build $(TMPDIR)/reproducible-build-a
$(RUSTC) reproducible-build.rs -C lto=fat -C opt-level=1
$(RUSTC) reproducible-build.rs -C lto=fat
cmp "$(TMPDIR)/reproducible-build-a" "$(TMPDIR)/reproducible-build" || exit 1