Skip to content

Commit

Permalink
Update mueval script to mueval 0.9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph-D committed Feb 15, 2014
1 parent 0f40b1a commit 4fa5283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mueval/eval.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ if [[ $QUERY = 'help' ]]; then
exit 0
fi

RESULT="$(mueval --rlimits \
RESULT="$(mueval \
$([[ $MODE = 'type' ]] && echo '--inferred-type') \
--timelimit="$TIME_LIMIT_SECONDS" \
--time-limit="$TIME_LIMIT_SECONDS" \
--expression "$QUERY" 2>&1)"
MUEVAL_EXIT_CODE=$?

Expand Down

0 comments on commit 4fa5283

Please sign in to comment.