As we walk away from 1.4, godep no longer requires to have stuff into workspace and we no longer need the symlink. Signed-off-by: Olivier Gambier <olivier@docker.com>
6 lines
86 B
Bash
6 lines
86 B
Bash
#!/bin/bash
|
|
#
|
|
# Run all the tests.
|
|
|
|
exec go test -tags 'acceptance fixtures' ./... $@
|