We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487650d commit b98458eCopy full SHA for b98458e
1 file changed
tools/test_lp.sh
@@ -20,5 +20,5 @@ CONTENT_PATHS_UNIQUE=($(printf "%s\n" "${CONTENT_PATHS[@]}" | sort -u))
20
echo "Unique content paths: ${CONTENT_PATHS_UNIQUE[*]}"
21
# Run the tests
22
for file in ${CONTENT_PATHS_UNIQUE[*]}; do
23
- tools/maintenance.py -i ${file} --stats-report
+ tools/maintenance.py -i ${file}
24
done
0 commit comments