Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@pulumi-bot pulumi-bot released this 19 Jul 10:21
· 26 commits to master since this release
f768e0c
Fix repeated copying of a directory (#496)

Fixes #494

The problem was incorrect handling of repeated copies of a directory. It
would fail on the second copy because the target dir already exists,
whereas that's fine. This revealed a gap in test coverage which this PR
fills.

Also, refactor the Copy test suite so each sub-tests is independent.