Index: test/compiler-override/gyptest-compiler-env-toolchain.py |
diff --git a/test/compiler-override/gyptest-compiler-env-toolchain.py b/test/compiler-override/gyptest-compiler-env-toolchain.py |
index c27be2420d32d719fe24650018f227044f1632b5..2361d0c7c2a4c406ad2b529356af00f7e3e0151a 100644 |
--- a/test/compiler-override/gyptest-compiler-env-toolchain.py |
+++ b/test/compiler-override/gyptest-compiler-env-toolchain.py |
@@ -44,7 +44,7 @@ test = TestGyp.TestGyp(formats=['ninja']) |
# Note that we can't just pass format=['ninja-some_toolchain'] to the |
# constructor above, because then this test wouldn't be recognized as a ninja |
# format test. |
-test.formats = ['ninja-some_flavor'] |
+test.formats = ['ninja-my_flavor' if f == 'ninja' else f for f in test.formats] |
def TestTargetOverideSharedLib(): |