4 lines
75 B
Bash
Executable file
4 lines
75 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
source ./build
|
|
go test $@ github.com/coreos/dex/functional
|