Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

0.1.12

Compare
Choose a tag to compare
@fpotter fpotter released this 17 Sep 05:52
· 806 commits to master since this release
  • Improved error reporting for tests: xctool now differentiates between test failures (assertions failing) and test errors (tests getting unexpected exceptions, or not running at all).
  • Fixed problem where tests wouldn't run when using Xcode 5 GM.
  • Fixed bug where Ctrl-C'ing / interrupting xctool didn't kill its child processes.
  • If tests emit any ANSI-colored output, the ANSI escape codes are stripped.
  • When running tests in parallel, show which test bundles are in progress.
  • Fix EXC_BAD_ACCESS crash when running tests on 10.7.

Thanks to @cpeterso87, @Ebonnov, @LegNeato, @ryanrhee, @zlandau, and @mcannizz who all contributed code to this release.