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

10 lines
112 B
Bash
Raw Normal View History

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