mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
chore: Cleanup file with test data (#311)
This commit is contained in:
parent
1f16f09c6f
commit
645f3fd126
3 changed files with 8 additions and 1 deletions
|
|
@ -17,6 +17,8 @@ function run_tests {
|
|||
RESULTS_DIR="$(pwd)/tests/results"
|
||||
|
||||
cd "$TEST_DIR" || { echo "Specified TEST_DIR does not exist" && exit 1; }
|
||||
# Cleanup
|
||||
rm "$RESULTS_DIR/$FILE_NAME_TO_SAVE_TEST_RESULTS"
|
||||
|
||||
for ((i = 1; i <= TEST_NUM; i++)); do
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue