Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.8.0 #67

Merged
merged 15 commits into from Jul 10, 2017
Merged

v0.8.0 #67

merged 15 commits into from Jul 10, 2017

Conversation

molovo
Copy link
Member

@molovo molovo commented Jul 3, 2017

Features

Enhancements

Bugfixes

Chores

  • Tweak .travis.yml to improve CI build times (Speed up travis build process #68)
  • Separate test and deploy steps into build stages
  • Repository migrated from molovo/zunit to zunit-zsh/zunit

Fix #63, #69, #76

@molovo molovo added this to the v0.8.0 milestone Jul 3, 2017
MichaelAquilina and others added 10 commits July 6, 2017 20:21
* Add is_substring_of assert function

* Add is_not_substring_of
Prints the full command output for each test, as well as any processes
launched using the `run` helper.

Also includes a `verbose` option in `.zunit.yml`
Previously printed an incorrect value for the `ms` portion of the
running time when it is reported at the end of the test run.

return
elif [[ -z $allow_risky && $state -eq 248 ]]; then
# If --verbose is specified, print test output to screen
[[ -n $verbose && -n $output ]] && echo $output
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this catch stderr as well as stdout?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah it should do, stderr is redirected to stdout here

@molovo
Copy link
Member Author

molovo commented Jul 10, 2017

I've had no bug reports, and tests have all gone well for me, so I'm releasing v0.8.0.

@molovo molovo merged commit 7d9d5cd into master Jul 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide a verbose mode that shows text to stdout/stderr from running commands
2 participants