forked from mystiq/dex
8d1a6f2324
Also tests that it's being loaded properly (which is not the case in NewClientManagerFromClients, which will be removed in subsequent commit)
7 lines
174 B
Bash
Executable file
7 lines
174 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
source ./env
|
|
|
|
go test $@ github.com/coreos/dex/functional
|
|
go test $@ github.com/coreos/dex/functional/repo
|
|
go test $@ github.com/coreos/dex/functional/config
|