| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gotestrunner: Make GOROOT absolute before chdir | Dan Willemsen | 2017-01-18 | 1 | -1/+10 |
| | | | | | | | | | | | | If GOROOT is a relative path (like it is in Android), then changing directories to run the test will cause GOROOT to become invalid. So make it absolute if we're going to change to a different directory. This allows tests to use the go tools without searching for a valid go installation. Change-Id: Ifab0a8533d236054ccf363dfb68b12e0bf66f6f8 | ||||
| * | Add a test runner | Dan Willemsen | 2015-09-18 | 1 | -0/+103 |
| This removes the need to use $OLDPWD when running tests, which means that the builddir may be an absolute or relative directory. It also filters out the "PASS" message on successful test runs to clean up our output. Change-Id: I4ab937c7a87b74fe997a47cc0311e2f357f9f7e9 | |||||
