attempt to fix common path [execute tests on MySQL]

This commit is contained in:
rodicasutu
2020-10-29 14:35:43 +02:00
parent 86b48a9a0c
commit ce0094216a
2 changed files with 3 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
set -e
DIRECTORY=`dirname $0`
echo $DIRECTORY
. $(dirname $0)/common.sh
$(dirname "${BASH_SOURCE[0]}")/common.sh
echo "============================================"
echo "Generate custom config file"