Skip to content

Commit 435ebf4

Browse files
committed
tests/integration/pullbuildtrees.py: Clear local asset cache
The remote asset proxy support in buildbox-casd 1.3.37 uses a local asset cache. Clear that cache in `default_state()` where we already clear the local CAS cache.
1 parent ff05a8d commit 435ebf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/pullbuildtrees.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
# cleared as just forcefully removing the refpath leaves dangling objects.
3939
def default_state(cli, tmpdir, share):
4040
shutil.rmtree(os.path.join(str(tmpdir), "cas"))
41+
shutil.rmtree(os.path.join(str(tmpdir), "assets"))
4142
cli.configure(
4243
{
4344
"artifacts": {"servers": [{"url": share.repo, "push": False}]},

0 commit comments

Comments
 (0)