Skip to content

Commit

Permalink
removed unzipping
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 9, 2024
1 parent a06edc0 commit f8eee34
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/benchexec-report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ runs:
sed -i 's/\.\.\/sv-benchmarks/https:\/\/gitlab\.com\/sosy-lab\/benchmarking\/sv-benchmarks\/-\/raw\/main/g' *.html
for zipfile in *.zip
do
mkdir tmp-$zipfile
pushd tmp-$zipfile
unzip ../$zipfile
correct=0
incorrect=0
all=0
Expand All @@ -51,8 +48,6 @@ runs:
all=$((all + new_all))
echo "Found $new_correct correct and $new_incorrect incorrect results out of $new_all tasks in $txt"
done
popd
rm -rf tmp-$zipfile
done
echo "Summary: found $correct correct and $incorrect incorrect results out of $all tasks in $i"
emoji=":white_check_mark:"
Expand Down

0 comments on commit f8eee34

Please sign in to comment.