From 9fc62b704282cbbedc2b0e9b9b27bb44a68ab63f Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Mon, 30 Mar 2026 10:02:52 +0200 Subject: [PATCH] chore: clean up old test artifacts (#13179) --- tests/pkg/ver_clash/clean.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/pkg/ver_clash/clean.sh b/tests/pkg/ver_clash/clean.sh index b734e1d511..c9a924faa4 100755 --- a/tests/pkg/ver_clash/clean.sh +++ b/tests/pkg/ver_clash/clean.sh @@ -1 +1,6 @@ rm -rf work + +# previous clean.sh, without it we would be copying old .git dirs and get a test failure +rm -rf DiamondExample-*/.git +rm -rf DiamondExample-*/.lake DiamondExample-*/lake-manifest.json +rm -f DiamondExample-D/produced.out