scripts/run_q_tests.sh
- 205 bytes
- Bash
- View raw
1#!/usr/bin/env bash
3set -o errexit
4set -o nounset
6# Print a command in blue, then run the command
11}
13run_command "go test"scripts/run_q_tests.sh1#!/usr/bin/env bash
3set -o errexit
4set -o nounset
6# Print a command in blue, then run the command
11}
13run_command "go test"