consensus: ensure dir for cswal on reactor tests

This commit is contained in:
Ethan Buchman
2016-09-13 16:50:13 -04:00
parent 7afcf92539
commit 5f55ed2a40
2 changed files with 8 additions and 2 deletions

View File

@ -35,7 +35,7 @@ func resetConfigTimeouts() {
// config.Set("timeout_commit", 1000)
}
func _TestReactor(t *testing.T) {
func TestReactor(t *testing.T) {
resetConfigTimeouts()
N := 4
css := randConsensusNet(N)
@ -85,7 +85,7 @@ func _TestReactor(t *testing.T) {
}
}
func _TestByzantine(t *testing.T) {
func TestByzantine(t *testing.T) {
resetConfigTimeouts()
N := 4
css := randConsensusNet(N)