From 198d782e49af6232ee520559fe39329d30d17683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 6 Sep 2016 15:54:54 +0200 Subject: [PATCH] tests: use unique database name (#13083) --- getlasso.sh | 2 ++ tests/settings.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/getlasso.sh b/getlasso.sh index 680da39..828e5a0 100755 --- a/getlasso.sh +++ b/getlasso.sh @@ -12,6 +12,8 @@ SRCDIR=`PATH=$NONPATH python -c 'from distutils.sysconfig import get_python_lib; rm -f $DSTDIR/lasso.* rm -f $DSTDIR/_lasso.* +SRCDIR=/usr/lib/python2.7/dist-packages/ + # Link ln -sv $SRCDIR/lasso.py $DSTDIR ln -sv $SRCDIR/_lasso.* $DSTDIR diff --git a/tests/settings.py b/tests/settings.py index 87e7afc..855831b 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -5,7 +5,7 @@ DATABASES = { 'default': { 'ENGINE': 'django.db.backends.%s' % os.environ['DB_ENGINE'], 'TEST': { - 'NAME': 'a2-test', + 'NAME': 'a2-kerberos-test', }, } } -- 2.9.3