Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
fix: commented unnecessary deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
ASuciuX committed Nov 30, 2023
1 parent d34b694 commit aad88ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mutation-testing/scripts/append.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

PR_DIR="./../trials/mutants.out.old"

# Change to the PR_DIR
cd "$PR_DIR"
# # Change to the PR_DIR
# cd "$PR_DIR"

# Delete all files except .txt files
find . -type f ! -name "*.txt" -delete
# # Delete all files except .txt files
# find . -type f ! -name "*.txt" -delete

# Delete all empty directories (log dir)
find . -type d -empty -delete
# # Delete all empty directories (log dir)
# find . -type d -empty -delete


### Append from PR_DIR to STABLE_DIR
Expand Down

0 comments on commit aad88ac

Please sign in to comment.