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 dab3992 commit 55f7987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/experiment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ jobs:
for results in ../results-*
do
# extract benchmark name
name=$(echo $results | sed 's/..\/..\/mutants-//')
name=$(echo $results | sed 's/..\/..\/results-//')
mv $results $name
done
cd ..
Expand Down

0 comments on commit 55f7987

Please sign in to comment.