feat(test): Add unittest runner
This commit is contained in:
parent
ddc6eec3a3
commit
ce80934897
8
test
Executable file
8
test
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
echo "Building bin/coreos-cloudinit"
|
||||
. build
|
||||
|
||||
echo "Running tests..."
|
||||
go test -i github.com/coreos/coreos-cloudinit/cloudinit
|
||||
go test -v github.com/coreos/coreos-cloudinit/cloudinit
|
Loading…
x
Reference in New Issue
Block a user