Skip to content

Commit

Permalink
[benchmarks] Fix invocation of osh_eval
Browse files Browse the repository at this point in the history
Now that we support proper flag parsing
  • Loading branch information
Andy Chu committed Jul 6, 2020
1 parent 1ef915d commit cb502fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/osh-parser.sh
Expand Up @@ -81,7 +81,7 @@ parser-task() {
;;

osh_eval.*)
extra_args='-a none'
extra_args='--ast-format none'
;;
esac

Expand Down

0 comments on commit cb502fc

Please sign in to comment.