Skip to content

Commit

Permalink
Remove "official" from testing to avoid problems. Remove unnecessary …
Browse files Browse the repository at this point in the history
…"antlr4 -v" call.
  • Loading branch information
kaby76 committed Feb 12, 2025
1 parent 72d05ae commit fa3d68a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions _scripts/templates/Java/st.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ npm i antlr-ng

<tool_grammar_tuples:{x |
<if(antlrng_tool)>
# Download Antlr4 Jar.
antlr4 -v $version
# Run tool.
$(& tsx $HOME/antlr-ng/cli/runner.ts --encoding <antlr_encoding> -Dlanguage=Java <x.AntlrArgs> <antlr_tool_args:{y | <y> } > <x.GrammarFileName> ; $compile_exit_code = $LASTEXITCODE) | Write-Host
<else>
Expand Down
2 changes: 1 addition & 1 deletion _scripts/test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ function Test-AllGrammars {
Write-Host "previouscommit = $PreviousCommit"
Write-Host "CurrentCommit = $CurrentCommit"

$generators = @( "antlr-ng" , "official" )
$generators = @( "antlr-ng" )

$grammars = Get-GrammarsNeedsTest -PreviousCommit $PreviousCommit -CurrentCommit $CurrentCommit -Target $Target

Expand Down

0 comments on commit fa3d68a

Please sign in to comment.