diff options
| author | mo khan <mo@mokhan.ca> | 2019-09-03 18:13:31 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2019-09-03 18:13:31 -0600 |
| commit | f03afe789e5c7319359af20fd38c3e2438d0dc9a (patch) | |
| tree | 958112ab778214ca1cda85f94b65713acda75272 /bin/test | |
| parent | 545727cf9c46bcf748f06bbfe697f8243a624a4c (diff) | |
add bin/setup script
Diffstat (limited to 'bin/test')
| -rwxr-xr-x | bin/test | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,9 @@ #!/bin/sh +set -e + +cd "$(basename $0)/.." + +./bin/setup export PATH="./vendor/bats/bin:./bin:$PATH" bats --tap test |
