code-server/ci/dev/test-scripts.sh

10 lines
112 B
Bash
Raw Normal View History

2021-07-13 17:22:00 +00:00
#!/usr/bin/env bash
set -euo pipefail
main() {
cd "$(dirname "$0")/../.."
bats ./test/scripts
}
main "$@"