Skip to content

Commit

Permalink
Merge pull request #36 from molovo/version-0.4.x
Browse files Browse the repository at this point in the history
v0.4.2
  • Loading branch information
molovo committed Feb 14, 2017
2 parents 73b0bd0 + 30906a4 commit bec6ecf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zunit
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,6 @@ function _zunit_execute_test() {
if [[ -n $body ]] && [[ -n $name ]]; then
# Update the progress indicator
[[ -z $tap ]] && revolver update "${name}"
sleep 0.1

# Make sure we don't already have a function defined
(( $+functions[__zunit_tmp_test_function] )) && \
Expand Down Expand Up @@ -1175,7 +1174,7 @@ function _zunit() {
# If the version option is passed,
# output version information and exit
if [[ -n $version ]]; then
echo '0.4.0'
echo '0.4.2'
exit 0
fi

Expand Down

0 comments on commit bec6ecf

Please sign in to comment.