5 lines
80 B
Bash
5 lines
80 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "Please use the new test runner: go run run-tests.go"
|
||
|
exit 1
|