Skip to content

Commit

Permalink
Merge branch 'develop/Caba' into release/Caba
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Apr 29, 2018
2 parents a8c3ff2 + bb7e0ef commit eb12234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 3.0.454 (Caba series release 9)
# 3.0.455 (Caba series release 9)
* `-o|outputFile` option in `runner` mode (parameter `OutputFile` for the `AltCover.Collect` task) to allow the default report for the current dataset to be written to a new file, rather than updating/accumulating in the file specified at instrumentation time.
* Some refactoring and adjustements to the build processes
* [BUGFIX] -- handle and signal exceptions in the visit recording, rather than potentially just locking up or silently failing
Expand Down
2 changes: 2 additions & 0 deletions Shadow.Tests/Shadow.Tests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,8 @@ type AltCoverTests() = class
Instance.FlushCounter ProcessExit ()
while Instance.Backlog () > 0 do
Thread.Sleep 100

Thread.Sleep 100
Assert.That(Instance.mailboxOK, Is.False)

// Restart the mailbox
Expand Down

0 comments on commit eb12234

Please sign in to comment.