Fix style

This commit is contained in:
Kruglov Pavel 2022-03-05 12:05:41 +03:00 committed by GitHub
parent 977bd30e19
commit 607ec6c884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1471,7 +1471,8 @@ if __name__ == '__main__':
group.add_argument('--shard', action='store_true', default=None, dest='shard', help='Run sharding related tests (required to clickhouse-server listen 127.0.0.2 127.0.0.3)')
group.add_argument('--no-shard', action='store_false', default=None, dest='shard', help='Do not run shard related tests')
group.add_argument('--backward-compatibility-check', action='store_true', help='Run tests for further backwoard compatibility testing by ignoring all drop queries in tests for collecting data from new version of server')
group.add_argument('--backward-compatibility-check', action='store_true', help='Run tests for further backwoard compatibility testing by ignoring all'
'drop queries in tests for collecting data from new version of server')
args = parser.parse_args()
if args.queries and not os.path.isdir(args.queries):