Files @ 060ffe6dd700
Branch filter:

Location: kallithea/scripts/run-all-cleanup - annotation

Konstantin Veretennicov
tests: fix issue with set_test_settings fixture not committing changes

Flushing session is not enough to make setting changes visible in controller
tests.
#!/usr/bin/sh

# Convenience script for running various idempotent source code cleanup scripts

set -e
set -x

scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh