5 lines
117 B
Plaintext
5 lines
117 B
Plaintext
![]() |
#!/bin/sh
|
||
|
|
||
|
go test -c && codesign -s dbg-cert ./proctl.test && ./proctl.test -test.v -test.run "$1"
|
||
|
rm ./proctl.test
|