5 lines
75 B
Text
5 lines
75 B
Text
|
#!/bin/bash -e
|
||
|
|
||
|
source ./build
|
||
|
go test $@ github.com/coreos/dex/functional
|