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

Commit

Permalink
feat: move outputs to trials folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ASuciuX committed Nov 30, 2023
1 parent 394f406 commit d34b694
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions mutation-testing/scripts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
### steps to reproduce it:
4 changes: 2 additions & 2 deletions mutation-testing/scripts/append.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Delete irelevant files


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

# Change to the PR_DIR
cd "$PR_DIR"
Expand All @@ -18,7 +18,7 @@ find . -type d -empty -delete
### Append from PR_DIR to STABLE_DIR

# Directories
STABLE_DIR="./../mutants.out.old"
STABLE_DIR="./../trials/mutants-stable"

# Array of file names
FILES=("caught.txt" "missed.txt" "timeout.txt" "unviable.txt")
Expand Down
4 changes: 2 additions & 2 deletions mutation-testing/scripts/script2.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

PR_FOLDER="./../mutants.out"
STABLE_FOLDER="./../mutants.out.old"
PR_FOLDER="./../trials/mutants.out.old"
STABLE_FOLDER="./../mutants-stable"
FILES=("caught.txt" "missed.txt" "timeout.txt" "unviable.txt")

echo "Starting script..."
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d34b694

Please sign in to comment.