cxx/tools
Jan Haller 595ac27632 Fix Windows symlink test to give reproducible error messages
After a `git clone -c core.symlinks=false` and `cargo test`, the script outputs a Git error as expected.
When running `cargo test` again, the error message changes to "symlink support needs to be enabled".

The test is done for an already existing directory, and the Windows mklink command _fails_ when the symlink exists already.
This commit deletes the link prior to the symlink creation.
2020-10-13 22:48:08 +02:00
..
bazel Automatically run cargo vendor from bazel 2020-10-09 20:40:42 -07:00
buck Combine buck codegen steps into one run of cxxbridge 2020-09-27 17:41:42 -04:00
cargo Fix Windows symlink test to give reproducible error messages 2020-10-13 22:48:08 +02:00