Skip to content

Commit

Permalink
Disable scripts/* building with build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jaekwon committed Apr 13, 2016
1 parent 0f1bdc6 commit d6f7537
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts/print_test_account.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build scripts

package main

import (
Expand Down
2 changes: 2 additions & 0 deletions scripts/print_txs.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build scripts

package main

import (
Expand Down
5 changes: 4 additions & 1 deletion tests/tmsp/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ func testGov() {
if log != "Success" {
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() {
Expand Down

0 comments on commit d6f7537

Please sign in to comment.