summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-23 17:00:11 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-29 11:24:27 +0200
commit32bde8f3f70da842f0048e37441320d528b44952 (patch)
tree14a90ddcc32c82dd2ce5a246acafa91529e56e8c /Makefile.am
parent85fea9b7b0e249fc7e6caad2a00452257df75938 (diff)
downloadbank-32bde8f3f70da842f0048e37441320d528b44952.tar.gz
bank-32bde8f3f70da842f0048e37441320d528b44952.tar.bz2
bank-32bde8f3f70da842f0048e37441320d528b44952.zip
first tests under erroneous circumstances
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b6194ea..6562401 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,6 +23,7 @@ install-dev:
check:
@export DJANGO_SETTINGS_MODULE="talerbank.settings" TALER_PREFIX="@prefix@" TALER_CONFIG_FILE="bank-check.conf" && python3 -m django test talerbank.app.tests
+ @export DJANGO_SETTINGS_MODULE="talerbank.settings" TALER_PREFIX="@prefix@" TALER_CONFIG_FILE="bank-check-alt.conf" && python3 -m django test talerbank.app.tests_err
check_with_wrapper:
@export DJANGO_SETTINGS_MODULE="talerbank.settings" TALER_PREFIX="@prefix@" TALER_CONFIG_FILE="bank-check.conf" && python3 run_tests.py