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
sbt-instr
log.txt
${PWD}
It breaks the tests/rm/rm3.sh regression test of GNU coreutils:
tests/rm/rm3.sh
--- exp 2021-12-03 14:36:22.602444792 +0100 +++ out 2021-12-03 14:36:09.277692425 +0100 @@ -2,6 +2,7 @@ rm: remove directory 'z' rm: remove directory 'z/d' rm: remove regular empty file 'z/empty' +rm: remove regular empty file 'z/log.txt' rm: remove symbolic link 'z/slink' rm: remove symbolic link 'z/slinkdot' rm: remove write-protected directory 'z/du'
The text was updated successfully, but these errors were encountered:
This is caused by following line in src/instr.cpp:
src/instr.cpp
https://github.com/staticafi/sbt-instrumentation/blob/ccfe9ae8e2ff91fceae94071e2f4cfa4224addee/src/instr.cpp#L52
Sorry, something went wrong.
If we really need the log, it needs to be created in SYMBIOTIC_CAPTURE_DIR.
SYMBIOTIC_CAPTURE_DIR
hotfix.patch: work-around for #5
b464cf5
No branches or pull requests
It breaks the
tests/rm/rm3.sh
regression test of GNU coreutils:The text was updated successfully, but these errors were encountered: