Practracker: only consider files under "src/"

This commit is contained in:
Nick Mathewson
2019-09-02 15:31:31 -04:00
parent 78307ed186
commit 651bbe8a0d
4 changed files with 20 additions and 4 deletions
@@ -25,6 +25,7 @@ DATA="${PRACTRACKER_DIR}/testdata"
run_practracker() {
"${PYTHON:-python}" "${PRACTRACKER_DIR}/practracker.py" \
--include-dir "" \
--max-include-count=0 --max-file-size=0 --max-function-size=0 --terse \
"${DATA}/" "$@";
}