()
| 89 | print('ok') |
| 90 | |
| 91 | def check_lucene_match_version_tests(): |
| 92 | print(' checking solr version tests...', end='', flush=True) |
| 93 | run('./gradlew -p solr/core test --tests TestLuceneMatchVersion') |
| 94 | print('ok') |
| 95 | |
| 96 | def read_config(current_version, current_lucene_version): |
| 97 | parser = argparse.ArgumentParser(description='Add a new version to Version.java, build.gradle and solrconfig.xml files') |