gvisor/test/runtimes/common
Brett Landau 6a1ac34077 Refactor ListTests() to common.Search().
This change removes the filepath.Walk() function from
proctor- go, php, and nodejs. The filepath.Walk() is
now defined in common.go in Search(). Each proctor binary
passes root directory and testFilter arguments to Search().

proctor-python.go no longer uses filepath.Walk() to search
for tests. There is a built-in list test function within
python's language test suite so that is being used instead.

PiperOrigin-RevId: 261242897
2019-08-01 18:53:35 -07:00
..
BUILD Refactor proctor binaries to implement testRunner interface. 2019-07-31 11:35:47 -07:00
common.go Refactor ListTests() to common.Search(). 2019-08-01 18:53:35 -07:00