Skip to content

Commit

Permalink
Temp dir clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
komer3 committed Feb 5, 2025
1 parent c2133c0 commit 897ce8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/e2e/test/pod-pvc-luks-remount/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@ spec:
else
echo "No volume found with tag filter: $FILTER"
fi
# Clean up temp directory
rm -rf /tmp/luks-test
check:
($error): ~
(contains($stdout, 'Volume deletion initiated')): true
Expand Down

0 comments on commit 897ce8f

Please sign in to comment.