diff options
Diffstat (limited to 'tools/slang-test')
| -rw-r--r-- | tools/slang-test/slang-test-main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/slang-test/slang-test-main.cpp b/tools/slang-test/slang-test-main.cpp index c3f1d7358..ea2c322ad 100644 --- a/tools/slang-test/slang-test-main.cpp +++ b/tools/slang-test/slang-test-main.cpp @@ -3688,7 +3688,7 @@ SlangResult innerMain(int argc, char** argv) { TestOptions testOptions; testOptions.categories.add(unitTestCategory); - runUnitTestModule(&context, testOptions, SpawnType::UseProxy, "gfx-unit-test-tool"); + runUnitTestModule(&context, testOptions, context.options.defaultSpawnType, "gfx-unit-test-tool"); } TestReporter::set(nullptr); |
