forked from mystiq/dex
91b900db3b
* add linking to go-docker command and remove host networking * add functional/repo to functional tests script
4 lines
123 B
Bash
Executable file
4 lines
123 B
Bash
Executable file
#!/bin/bash -e
|
|
source ./build
|
|
go test $@ github.com/coreos/dex/functional
|
|
go test $@ github.com/coreos/dex/functional/repo
|