Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Bpkg #174

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Bpkg #174

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ Bash's `errexit` (`set -e`) option when running test cases. If every
command in the test case exits with a `0` status code (success), the
test passes. In this way, each line is an assertion of truth.

## Installation

You can install this globally with bpkg.

curl -Lo- http://get.bpkg.io | sudo bash

Choose a reason for hiding this comment

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

Well, this is horrible. How about we just don’t.

sudo bpkg install gzankevich/bats

## Running tests

Expand Down