| 183 | } |
| 184 | |
| 185 | string KuduTest::GetTestPath(const string& relative_path) const { |
| 186 | return JoinPathSegments(test_dir_, relative_path); |
| 187 | } |
| 188 | |
| 189 | void KuduTest::OverrideKrb5Environment() { |
| 190 | // Set these variables to paths that definitely do not exist and |
no test coverage detected