Skip to content

Commit

Permalink
Fix debug flag
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Nayak <[email protected]>
  • Loading branch information
rohit-nayak-ps committed Jan 3, 2021
1 parent 35cd400 commit 4b8eb39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go/test/endtoend/vreplication/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ import (
)

var (
debug = true // set to true to always use local env vtdataroot for local debugging
debug = false // set to true to always use local env vtdataroot for local debugging

originalVtdataroot string
vtdataroot string
)
Expand Down

0 comments on commit 4b8eb39

Please sign in to comment.