no message

This commit is contained in:
Eric Vergnaud 2021-01-24 16:16:45 +08:00
parent 142a32ed5a
commit 4d0bc718df
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,8 @@
set -euo pipefail
cd runtime-testsuite/
if [ $GROUP == "LEXER" ]; then
mvn -q -Dgroups="org.antlr.v4.test.runtime.category.LexerTests" -Dtest=cpp.* test
elif [ $GROUP == "PARSER" ]; then
@ -11,4 +13,3 @@ elif [ $GROUP == "RECURSION" ]; then
else
mvn -q -Dtest=cpp.* test
fi