mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
bug 212596: JUnit failures in cdt.managedbuilder.test.suite
added printout of exception
This commit is contained in:
parent
3769377fb6
commit
c97abde779
1 changed files with 3 additions and 1 deletions
|
@ -252,7 +252,9 @@ public class ManagedProject30MakefileTests extends TestCase {
|
|||
} else {
|
||||
fail("could not create the link to " + name);
|
||||
}
|
||||
} catch (Exception e) {fail("could not create the link to " + name);}
|
||||
} catch (Exception e) {
|
||||
fail("could not create the link to " + name + ": " + e);
|
||||
}
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
|
|
Loading…
Add table
Reference in a new issue