Skip to content

Commit

Permalink
Removed broken runtime estimate from check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hader committed May 24, 2024
1 parent fc2bcc0 commit 7f54071
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/regress/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,6 @@ fail=$(find "$logdir" -type f -name "*.error" | wc -l)

echo "Pass: $pass"
echo "Fail: $fail"
if [[ $pass -gt 0 ]]; then
echo "Runtime: $(find "$logdir" -type f -exec sed -n '2p' {} \; | paste -sd+ - | bc) s"
if [[ $fail -gt 0 ]]; then
echo "Runtime (passed): $(find "$logdir" -type f -name "*.pass" -exec sed -n '2p' {} \; | paste -sd+ - | bc) s"
fi
fi

if [ "$fail" -eq 0 ] ; then
code=0
Expand Down

0 comments on commit 7f54071

Please sign in to comment.