<html>#1799: Missing braces in test.ccl make Cactus tests hang
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Erik Schnetter</td></tr>
<tr><td style='text-align:right'>   Status:</td><td>new</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'>  Version:</td><td>development version</td></tr>
<tr><td style='text-align:right'>     Type:</td><td>bug</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>minor</td></tr>
<tr><td style='text-align:right'>Component:</td><td>Cactus</td></tr>
</table>

<p>Changes (by Roland Haas):</p>
<p><table>
<tr><td>assignee:</td><td>Roland Haas (was )</td></tr>
<tr><td>responsible:</td><td>[] (was )</td></tr>
</table></p>
<p>This file</p>
<div class="codehilite"><pre><span></span>TEST kasner
{
  NPROCS 2
}

TEST kasner_amr
{
  NPROCS 2
}

TEST no-overlap
{
  NPROCS 2
}

TEST outer-buffers
{
  NPROCS 1
}

TEST overlap
{
  NPROCS 2
}

TEST 64k2
</pre></div>


<p>makes the Cactus test suite mechanism hang. I believe the problem is that <code>ParseTestBlock</code> does not handle the case of missing braces well.</p>
<p><strong>Keyword:</strong></p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/1799/missing-braces-in-testccl-make-cactus'>https://bitbucket.org/einsteintoolkit/tickets/issues/1799/missing-braces-in-testccl-make-cactus</a></p>
</html>