diff options
Diffstat (limited to 'test/test-runner')
| -rw-r--r-- | test/test-runner/src/logging.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-runner/src/logging.rs b/test/test-runner/src/logging.rs index efee58d52f..706ff2eed3 100644 --- a/test/test-runner/src/logging.rs +++ b/test/test-runner/src/logging.rs @@ -123,6 +123,7 @@ async fn list_logs<T: AsRef<Path>>(log_dir: T) -> Result<Vec<PathBuf>, Error> { Ok(paths) } +/// Read the contents of a file to string, optionally truncating the result by given amount of lines. async fn read_truncated<T: AsRef<Path>>( path: T, truncate_lines: Option<usize>, |
