We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd2042 commit 8afd7f4Copy full SHA for 8afd7f4
utils/swift_build_support/tests/products/test_ninja.py
@@ -83,7 +83,7 @@ def test_ninja_bin_path(self):
83
84
self.assertEqual(ninja_build.ninja_bin_path,
85
os.path.join(
86
- self.workspace.build_dir(self.host.name, 'ninja'),
+ self.workspace.build_dir('build', 'ninja'),
87
'ninja'))
88
89
def test_do_build(self):
@@ -122,6 +122,6 @@ def test_do_build(self):
122
+ popd
123
""".format(
124
source_dir=self.workspace.source_dir('ninja'),
125
- build_dir=self.workspace.build_dir(self.host.name, 'ninja'),
+ build_dir=self.workspace.build_dir('build', 'ninja'),
126
expect_env=expect_env,
127
python=sys.executable))
0 commit comments