Skip to content

Commit

Permalink
fixed double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaclarke committed Aug 30, 2023
1 parent 85d7586 commit a952c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def make_test(name, flags=None, extra_env=None):
executable_filter,
[
'--enable_vulkan_validation', '--playground_timeout_ms=4000',
'--enable_playground', '--gtest_filter="*ColorWheel/Vulkan"'
'--enable_playground', '--gtest_filter=*ColorWheel/Vulkan'
],
coverage=coverage,
extra_env=extra_env,
Expand Down

0 comments on commit a952c49

Please sign in to comment.