Index: test/generator-output/gyptest-relocate.py |
diff --git a/test/generator-output/gyptest-relocate.py b/test/generator-output/gyptest-relocate.py |
index dd1c2bd6bcdcc5ed8e00b0f93c644812eed7bd85..9ea6d634dbfb9036999cec3dbff2051e92a8dc65 100644 |
--- a/test/generator-output/gyptest-relocate.py |
+++ b/test/generator-output/gyptest-relocate.py |
@@ -11,7 +11,7 @@ option can be built even when it's relocated to a different path. |
import TestGyp |
-test = TestGyp.TestGyp() |
+test = TestGyp.TestGyp(formats=['!ninja']) |
Nico
2011/08/19 18:21:25
…you get the idea
|
test.writable(test.workpath('src'), False) |