We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If using fetch_url to fetch code, the symlink turns to a regular file containing the filename it "was" pointing to.
For example, symlink aconfig points to regular file bsetup in git repo, after fetching and saving, at the time testcase is running:
bsetup#
we need the file content of bsetup, not only the filename.
Looks like it's not following the symlink which is fair enough, but can we add this feature? Or is it available via some options ?
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If using fetch_url to fetch code, the symlink turns to a regular file containing the filename it "was" pointing to.
For example, symlink aconfig points to regular file bsetup in git repo, after fetching and saving, at the time testcase is running:
cat aconfig
bsetup#
we need the file content of bsetup, not only the filename.
Looks like it's not following the symlink which is fair enough, but can we add this feature? Or is it available via some options ?
Thanks.
The text was updated successfully, but these errors were encountered: