Disable scripts/* building with build tags

This commit is contained in:
Jae Kwon 2016-04-13 15:05:07 -07:00
parent 0f1bdc6af4
commit d6f75370a1
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,5 @@
// +build scripts
package main package main
import ( import (

View File

@ -1,3 +1,5 @@
// +build scripts
package main package main
import ( import (

View File

@ -86,7 +86,10 @@ func testGov() {
if log != "Success" { if log != "Success" {
Exit(Fmt("Failed to set option: %v", log)) Exit(Fmt("Failed to set option: %v", log))
} }
// TODO test proposals or something.
// Call InitChain to initialize the validator set
// TODO more tests...
} }
func testSequence() { func testSequence() {