Merge pull request #1032 from KhronosGroup/test-script-workaround

Make sure args.msl22 is set in test_shaders.py.
This commit is contained in:
Hans-Kristian Arntzen 2019-06-18 19:59:00 +02:00 коммит произвёл GitHub
Родитель e9ec5ce7b1 856a8d200e
Коммит 05ea055096
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -740,6 +740,7 @@ def main():
sys.stderr.write('Parallel execution is disabled when using the flags --update, --malisc or --force-no-external-validation\n')
args.parallel = False
args.msl22 = False
if args.msl:
print_msl_compiler_version()
args.msl22 = msl_compiler_supports_22()