diff options
Diffstat (limited to 'a_test.go')
| -rw-r--r-- | a_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,9 +3,12 @@ package main import ( + "flag" "testing" ) +var testExternal = flag.Bool("external", false, "allow use of external networks during long test") + func TestMain(t *testing.T) { InitDB() } |
