rust-osdev / bootimage

Tool to create bootable disk images from a Rust OS kernel.
Apache License 2.0
764 stars 67 forks source link

Canonicalize paths before comparing them in `bootimage test` #31

Closed phil-opp closed 5 years ago

phil-opp commented 5 years ago

This fixes bootimage test on some Windows versions where cargo-metadata does not report fully canonicalized paths.

phil-opp commented 5 years ago

bors r+

bors[bot] commented 5 years ago

Build succeeded