gvisor/test/root
Dean Deng 1efe0ebc59 Switch uses of os.Getenv that check for empty string to os.LookupEnv.
Whether the variable was found is already returned by syscall.Getenv.
os.Getenv drops this value while os.Lookupenv passes it along.

PiperOrigin-RevId: 351674032
2021-01-13 15:15:20 -08:00
..
BUILD Refactor the Makefile to avoid recursive Make. 2020-12-09 15:53:23 -08:00
cgroup_test.go Add benchmarks targets to BuildKite. 2021-01-05 13:21:54 -08:00
chroot_test.go
crictl_test.go Switch uses of os.Getenv that check for empty string to os.LookupEnv. 2021-01-13 15:15:20 -08:00
main_test.go
oom_score_adj_test.go Fix failure setting OOM score adjustment 2020-11-05 15:36:20 -08:00
root.go Remove unused scripts. 2020-09-23 17:38:02 -07:00
runsc_test.go Simplify Docker test infrastructure. 2020-04-23 11:33:30 -07:00