| Index: test/additional-targets/gyptest-additional.py
|
| diff --git a/test/additional-targets/gyptest-additional.py b/test/additional-targets/gyptest-additional.py
|
| index 02e7d7a41cc1136c1038fab1412bf678d6bafc76..af35b33de6a2ce58342de03fbc373510a73bae1c 100644
|
| --- a/test/additional-targets/gyptest-additional.py
|
| +++ b/test/additional-targets/gyptest-additional.py
|
| @@ -33,7 +33,7 @@ test.built_file_must_not_exist('foolib1',
|
| chdir=chdir)
|
|
|
| # TODO(mmoss) Make consistent with scons, with 'dir1' before 'out/Default'?
|
| -if test.format == 'make':
|
| +if test.format in ('make', 'ninja'):
|
| chdir='relocate/src'
|
| else:
|
| chdir='relocate/src/dir1'
|
|
|