5 lines
48 B
Plaintext
5 lines
48 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
set -e
|
||
|
|
|
||
|
|
bats ${CI:+--tap} test "$@"
|