summaryrefslogtreecommitdiff
path: root/run-one-test.sh
blob: 41a459334e9ad6aad6214112acbd04400e7f7108 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash

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

if [[ -z $1 ]]; then
    echo "Usage: ./run-one-test.sh 'TestClassName'"
    exit 0
fi

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