From 7096f40a3287453e0cdcabbc1f0802dc70c17896 Mon Sep 17 00:00:00 2001 From: James Dinsdale Date: Tue, 14 Feb 2017 16:43:41 +0000 Subject: [PATCH 1/2] Remove artificial delay between tests --- zunit | 1 - 1 file changed, 1 deletion(-) diff --git a/zunit b/zunit index 868c153..a21225d 100755 --- a/zunit +++ b/zunit @@ -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] )) && \ From 30906a474c8cc8b13227956c0210cf3cb7ce7495 Mon Sep 17 00:00:00 2001 From: James Dinsdale Date: Tue, 14 Feb 2017 16:44:21 +0000 Subject: [PATCH 2/2] Bump version --- zunit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zunit b/zunit index a21225d..6f3a7f2 100755 --- a/zunit +++ b/zunit @@ -1174,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