Index: test/sibling/gyptest-relocate.py |
diff --git a/test/sibling/gyptest-relocate.py b/test/sibling/gyptest-relocate.py |
index 176545fa6412ab0768452c95e3998858704d98b7..7c86548186ba78527b1993a5ee331d3912a4a5ec 100644 |
--- a/test/sibling/gyptest-relocate.py |
+++ b/test/sibling/gyptest-relocate.py |
@@ -23,7 +23,7 @@ chdir = 'relocate/src/build' |
# TODO(mmoss) Should the Makefile go in the directory of the passed in .gyp |
# file? What about when passing in multiple .gyp files? Would sub-project |
# Makefiles (see http://codereview.chromium.org/340008 comments) solve this? |
-if test.format == 'make': |
+if test.format in ('make', 'ninja'): |
chdir = 'relocate/src' |
if test.format == 'xcode': |