gvisor/test/runtimes/nodejs
Brett Landau 77833ece3b Fix test execution bugs in proctor-go and proctor-python.
proctor-go had a bug where it would incorrectly identify
a tool test as a disk test. Instead of searching for the
test on disk as the identification method, we now check if
the test name ends in ".go". If the test ends in ".go" it
is run as a disk test, otherwise the test is run as a tool test.

Python tests need to be run from within the directory they exist.
Functionality to split the test name from it's parent directory
has been added and a cmd.Dir argument has been set.

PiperOrigin-RevId: 261021693
2019-07-31 16:30:07 -07:00
..
BUILD Refactor proctor binaries to implement testRunner interface. 2019-07-31 11:35:47 -07:00
Dockerfile Move runtimes tests to appropriate directory. 2019-07-29 14:17:11 -07:00
proctor-nodejs.go Fix test execution bugs in proctor-go and proctor-python. 2019-07-31 16:30:07 -07:00