Skip to content

Commit b98458e

Browse files
committed
Remove stats-report argument from test_lp.sh
1 parent 487650d commit b98458e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/test_lp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ CONTENT_PATHS_UNIQUE=($(printf "%s\n" "${CONTENT_PATHS[@]}" | sort -u))
2020
echo "Unique content paths: ${CONTENT_PATHS_UNIQUE[*]}"
2121
# Run the tests
2222
for file in ${CONTENT_PATHS_UNIQUE[*]}; do
23-
tools/maintenance.py -i ${file} --stats-report
23+
tools/maintenance.py -i ${file}
2424
done

0 commit comments

Comments
 (0)