mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLink
More detailed message in case of interruption
This commit is contained in:
parent
25085b92c5
commit
e4895ce3c0
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ public class ResourceHelper {
|
|||
try {
|
||||
process.waitFor();
|
||||
} catch (InterruptedException e) {
|
||||
Assert.assertTrue("Command to create symbolic link was interrupted: "+e.toString(),
|
||||
Assert.assertTrue("Command to create symbolic link was interrupted: "+e.getMessage(),
|
||||
new File(linkedPath.toOSString()).exists());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue