summaryrefslogtreecommitdiff
path: root/run-tests.sh
blob: d30faea6f47de10a2cd689d2e89f7f04799d9364 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash

# See Bug #5850 for some tests that are currently skipped

export TALER_CONFIG_FILE="talerbank/app/testconfigs/bank-check.conf"
exec ./manage.py test --no-input talerbank.app.tests "$@"