testing: Load testing.conf.local from the same directory as testing.conf

This commit is contained in:
Tobias Brunner
2013-10-11 15:45:42 +02:00
parent b638c131de
commit 42525d1142
+3 -2
View File
@@ -14,9 +14,10 @@
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
if [ -f testing.conf.local ]
TESTINGDIR=$(dirname `readlink -f ${BASH_SOURCE[0]}`)
if [ -f $TESTINGDIR/testing.conf.local ]
then
. testing.conf.local
. $TESTINGDIR/testing.conf.local
fi
# Root directory of testing