DEBSOURCES
Skip Quicknav
sources / continuity / 0.0~git20180216.d8fb858-1 / testutil / helpers.go
1234567891011
package testutil import ( "flag" ) var rootEnabled bool func init() { flag.BoolVar(&rootEnabled, "test.root", false, "enable tests that require root") }