-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Canonicalize all file arguments to the report script.
When given relative file names the report script may not be able to find files, so we use readlink to canonicalize all file names. In the common case this is not needed, because we use absolute file names throughout. For remote execution we may opt to delay canonicalization to avoid retaining references to local directories.
- Loading branch information
Showing
1 changed file
with
43 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters