rlog / leak-finder-for-javascript

Automatically exported from code.google.com/p/leak-finder-for-javascript
Other
0 stars 0 forks source link

Suppressions from LeakDefinition fail if running outside the script directory #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. CD into your project directory
2. Run the tool specifying its path (like python 
../../leak-finder-for-javascript/jsleakcheck.py -d closure-disposable

What is the expected output? What do you see instead?
- Expect it to run with the closure-disposab definition provided
- Fails to find the suppressions file which is in the script's directory; not 
the current directory

Original issue reported on code.google.com by s...@chromium.org on 9 Jan 2013 at 8:40

GoogleCodeExporter commented 9 years ago
(Though, it's not possible to just 
../../leak-finder-for-javascript/jsleakcheck.py -d closure-disposable, since 
remote_inspector_client.py is not found...)

Original comment by marja@google.com on 21 Jan 2013 at 8:48