Fix typo
This commit is contained in:
parent
a330b66ad0
commit
66a30d61cf
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ dotnet test --no-build
|
|||
```
|
||||
~~~
|
||||
|
||||
This script will be run with `set -euo pipefail`, and the commit will be considered correct if the script exits succesfully.
|
||||
This script will be run with `set -euo pipefail`, and the commit will be considered correct if the script exits successfully.
|
||||
|
||||
You can technically assert that a command fails by writing `! ... || exit 1`, or write assertions about a command's output by piping it to `grep`, but doing so won't lead to very useful error messages when things go wrong. To make those things easier, there are some helper functions included, which are inspired by [bats](https://github.com/bats-core/bats-core) and [bats-assert](https://github.com/bats-core/bats-assert):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue