mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 237472
When setting ATTR_WORKING_DIRECTORY in the launch (which was ignored before Bug 236058), we must now use an absolute path. The ATTR_WORKING_DIRECTORY was not actually used for the Breakpoint tests, so I removed it.
This commit is contained in:
parent
8a6efaae63
commit
faf0a4dea3
1 changed files with 0 additions and 1 deletions
|
@ -162,7 +162,6 @@ public class MIBreakpointsTest extends BaseTestCase {
|
||||||
public static void testSuiteInitialization() {
|
public static void testSuiteInitialization() {
|
||||||
// Select the binary to run the tests against
|
// Select the binary to run the tests against
|
||||||
setLaunchAttribute(ICDTLaunchConfigurationConstants.ATTR_PROGRAM_NAME, TEST_APPL);
|
setLaunchAttribute(ICDTLaunchConfigurationConstants.ATTR_PROGRAM_NAME, TEST_APPL);
|
||||||
setLaunchAttribute(ICDTLaunchConfigurationConstants.ATTR_WORKING_DIRECTORY, SOURCE_PATH);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@AfterClass
|
@AfterClass
|
||||||
|
|
Loading…
Add table
Reference in a new issue