mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Don't enumerate GPUs in child process helper
This commit is contained in:
@@ -418,7 +418,9 @@ def internal_run_test(test_name):
|
||||
|
||||
for testclass in testcases:
|
||||
if testclass.__name__ == test_name:
|
||||
rd.InitialiseReplay(rd.GlobalEnvironment(), [])
|
||||
globalenv = rd.GlobalEnvironment()
|
||||
globalenv.enumerateGPUs = False
|
||||
rd.InitialiseReplay(globalenv, [])
|
||||
|
||||
log.begin_test(test_name, print_header=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user