6 lines
99 B
Bash
Executable file
6 lines
99 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e -u
|
|
|
|
source `dirname $0`/util/run_tests.sh
|
|
run_tests runtime_specs "$@"
|