Fix undefined variable.

test-6495
Gokhan Gulbiz 2022-12-05 10:36:26 +03:00
parent bd50010e1d
commit 0df515ca28
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ if not test_file_extension in '.spec.sql':
)
sys.exit(1)
test_schedule = ''
# find related schedule
for schedule_file_path in sorted(glob(os.path.join(regress_dir, "*_schedule"))):
for schedule_line in open(schedule_file_path, 'r'):