practracker: Test practracker exit status

Part of 32705.
This commit is contained in:
teor
2020-01-14 17:23:41 +10:00
parent eb55d85e75
commit fa038e5617
4 changed files with 4 additions and 1 deletions
@@ -40,7 +40,7 @@ run_practracker() {
--max-h-include-count=0 \
--max-include-count=0 \
--terse \
"${DATA}/" "$@" || true
"${DATA}/" "$@" || echo "practracker exit status: $?"
}
compare() {
# we can't use cmp because we need to use -b for windows