Skip to content

Commit

Permalink
[MNG-6584] new detailed message
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Nov 12, 2019
1 parent 5f32015 commit ee183c7
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,11 @@ private void testit( String test, String goal )
foundCause = true;
break;
}

if ( line.matches( ".*Transfer failed for http://localhost:54312/repo/.*/maven-metadata.xml.*" ) )
{
foundCause = true;
break;
}
}
assertTrue( "Transfer error cause was not found : " + sb.toString(), foundCause );
}
Expand Down

0 comments on commit ee183c7

Please sign in to comment.