Add deadline for deprecation

This commit is contained in:
Wilson E. Husin 2021-05-06 11:44:59 -07:00
parent 998edc84c7
commit a893521948

View File

@ -30,7 +30,7 @@ import (
func main() {
if strings.Contains(os.Args[0], "run_e2e.sh") || strings.Contains(os.Args[0], "gorunner") {
log.Print("warn: calling test with e2e.test is deprecated, please rely on container manifest to invoke executable")
log.Print("warn: calling test with e2e.test is deprecated and will be removed in 1.25, please rely on container manifest to invoke executable")
}
env := envWithDefaults(map[string]string{
resultsDirEnvKey: defaultResultsDir,