You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure sbt's exit code is seen as script exit code
... and not grep's exit code, which would mean the test suite's
result is determined by whether grep fails or not,
instead of partest/junit's hard work
$SBT -Dstarr.version=$maven_version_number --warn "setupValidateTest" testAll| grep -v "was too long to be displayed in the webview, and will be left out"
0 commit comments