Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
franktip committed Dec 18, 2024
1 parent 55f7987 commit ce4bab7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/experiment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ jobs:
do
# remove "../mutants-" prefix, leaving only the benchmark name
name=$(echo $mutants | sed 's/\.\.\/mutants-//')
echo "moving $mutants to $name"
mv $mutants $name
done
cd ..
Expand All @@ -293,6 +294,7 @@ jobs:
do
# extract benchmark name
name=$(echo $results | sed 's/..\/..\/results-//')
echo "moving $results to $name"
mv $results $name
done
cd ..
Expand Down

0 comments on commit ce4bab7

Please sign in to comment.