branch: elpa/buttercup commit d9b22e69550cbffd3d19c56ba661583ccbef8219 Merge: c467c659b2 86f493555e Author: Ola Nilsson <ola.nils...@gmail.com> Commit: GitHub <nore...@github.com>
Merge pull request #254 from wyuenho/fix-typo fix typo --- bin/buttercup | 2 +- bin/buttercup.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/buttercup b/bin/buttercup index 2230e84396..b5156b1df6 100755 --- a/bin/buttercup +++ b/bin/buttercup @@ -38,7 +38,7 @@ Buttercup options: --no-skip Do not print the descriptions for tests that are filtered out with "--pattern" or disabled with "xit". Tests skipped wiath "assume" will - still be priuted, + still be printed, --only-error Only print failed tests and their containing suites. Implies "--no-skip". diff --git a/bin/buttercup.bat b/bin/buttercup.bat index 108c910393..dcd8639cb4 100644 --- a/bin/buttercup.bat +++ b/bin/buttercup.bat @@ -42,7 +42,7 @@ echo. echo --no-skip Do not print the descriptions for tests that echo are filtered out with "--pattern" or disabled echo with "xit". Tests skipped wiath "assume" will -echo still be priuted, +echo still be printed, echo. echo --only-error Only print failed tests and their containing suites. echo Implies "--no-skip".