Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Jan 13, 2025
1 parent 0edfb94 commit ecd2321
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions benchmark/sirun/runall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,8 @@ wait # waits until all tests are complete before continuing

# TODO: cleanup even when something fails
for D in *; do
if [ -d "${D}" ]; then
if [ -L "${D}/meta-temp.json" ]; then
unlink "${D}/meta-temp.json"
fi
if [ -f "${D}/meta-temp.json" ]; then
unlink "${D}/meta-temp.json"
fi
done

Expand Down

0 comments on commit ecd2321

Please sign in to comment.