Start out a test's status as incomplete

That way if we don't fill it in the error message doesn't look quite so bizarre
This commit is contained in:
Alex Crichton 2018-07-06 19:35:47 -07:00
parent 6758525980
commit 3236bac3f6

View File

@ -374,7 +374,7 @@ impl Project {
<body>
<div id="error"></div>
<div id="logs"></div>
<div id="status"></div>
<div id="status">incomplete</div>
<script src="bundle.js"></script>
</body>
</html>