Index: test/generator-output/gyptest-copies.py |
diff --git a/test/generator-output/gyptest-copies.py b/test/generator-output/gyptest-copies.py |
index 414b7c3717db5e1bda0d77f1f965334dec419ed5..c48a097e27a5820d3376a9c122e00756e0af2788 100644 |
--- a/test/generator-output/gyptest-copies.py |
+++ b/test/generator-output/gyptest-copies.py |
@@ -10,7 +10,7 @@ Verifies file copies using an explicit build target of 'all'. |
import TestGyp |
-test = TestGyp.TestGyp() |
+test = TestGyp.TestGyp(formats=['!ninja']) |
Nico
2011/08/19 18:21:25
same question
|
test.writable(test.workpath('copies'), False) |