Skip to content

Commit

Permalink
Fix tests on master
Browse files Browse the repository at this point in the history
Summary:
D69185733 added a stats option to `elp eqwalize-all`, but did not update the expected help output.

Due to pre-existing failures CI did not pick it up.

Reviewed By: jcpetruzza, TD5

Differential Revision: D69244125

fbshipit-source-id: 7c03433f43b4029522610e2b4b50c92e1e2502d9
  • Loading branch information
alanz authored and facebook-github-bot committed Feb 6, 2025
1 parent 5c59744 commit c938ca9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/elp/src/resources/test/eqwalize_all_help.stdout
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Usage: [--project PROJECT] [--as PROFILE] [[--format FORMAT]] [--rebar] [--include-generated] [--clause-coverage] [--bail-on-error]
Usage: [--project PROJECT] [--as PROFILE] [[--format FORMAT]] [--rebar] [--include-generated] [--clause-coverage] [--bail-on-error] [--stats] [--list-modules]

Available options:
--project <PROJECT> Path to directory with project, or to a JSON file (defaults to `.`)
Expand All @@ -8,4 +8,6 @@ Available options:
--include-generated Also eqwalize opted-in generated modules from project
--clause-coverage Use experimental clause coverage checker
--bail-on-error Exit with a non-zero status code if any errors are found
--stats Print statistics when done
--list-modules When printing statistics, include the list of modules parsed
-h, --help Prints help information

0 comments on commit c938ca9

Please sign in to comment.