Rewind stdin streams during get_stream to ensure they can be re-read properly.

This commit is contained in:
Tim Buckley
2015-08-20 09:28:28 -06:00
parent 6732b86f75
commit 2b126725d5
2 changed files with 3 additions and 0 deletions

View File

@@ -165,6 +165,7 @@ class StandardInputProvider(SubunitProvider):
if index != 0:
raise IndexError()
self.buffer.seek(0)
return self.buffer

View File

@@ -34,9 +34,11 @@
<!--<li>
<a href="/tempest/"><i class="fa fa-database fa-fw"></i> Compare</a>
</li>-->
{% if not offline %}
<li class="online">
<a href="tempest_aggregate.html"><i class="fa fa-bar-chart-o fa-fw"></i> Aggregate Results</a>
</li>
{% endif %}
</ul>
<!-- /.nav-second-level -->
</li>