Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Terminate a test early when it fails
Currently the test framework waits 15 seconds and then terminates if a test fails. The reason for waiting 15 seconds is `kill_remote_debuggee` is called without raising `Test::Unit::AssertionFailedError`. We need to raise `Test::Unit::AssertionFailedError` on all modes when a test fails.
- Loading branch information