Home | History | Annotate | Download | only in port

Lines Matching full:checkout

60         self.assertEqual(env['CYGWIN_PATH'], '/mock-checkout/third_party/cygwin/bin')
65 expected_logs = "MOCK run_command: ['/mock-checkout/third_party/cygwin/setup_mount.bat'], cwd=None\n"
101 self.assert_build_path(options, ['/mock-checkout/out/Release'], '/foo/Release')
105 self.assert_build_path(options, ['/mock-checkout/out/Release'], 'foo/Release')
109 self.assert_build_path(options, ['/mock-checkout/build/Release', '/mock-checkout/out'], '/mock-checkout/build/Release')
114 port.host.filesystem.maybe_make_directory('/mock-checkout/out/Release')
115 port.host.filesystem.maybe_make_directory('/mock-checkout/build/Release')
118 self.assertEqual(port._build_path(), '/mock-checkout/out/Release')
121 self.assertEqual(port._build_path(), '/mock-checkout/build/Release')
131 self.assertEqual(self.make_port()._path_to_image_diff(), '/mock-checkout/out/Release/image_diff.exe')