<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Aug 17, 2016 at 11:05 AM, Sean McBride <span dir="ltr"><<a href="mailto:sean@rogue-research.com" target="_blank">sean@rogue-research.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">So I just tried this shell script:<br>
<br>
for run in {1..30}<br>
do<br>
  ctest -R vtkRenderingVolumeCxx-<wbr>TestRemoveVolumeNonCurrentCont<wbr>ext &<br>
done<br>
<br>
and now it repros fairly often.  Maybe that'll work on your machine too...<br></blockquote><div><br></div><div>ctest now has a command-line argument to help shake out flaky tests like this.  No shell script needed:</div><div><br></div><div><div>--repeat-until-fail <n></div><div>Require each test to run <n> times without failing in order to pass</div></div></div></div></div>