From 552b763a6c91a4ea6e629ea02ca6783462ca17ed Mon Sep 17 00:00:00 2001 From: rodicasutu Date: Wed, 28 Oct 2020 20:25:06 +0200 Subject: [PATCH] fix the path for common script [execute tests on MySQL] --- scripts/mysql/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mysql/start.sh b/scripts/mysql/start.sh index 14b4e0f8e8..e28461999a 100644 --- a/scripts/mysql/start.sh +++ b/scripts/mysql/start.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -. $(dirname $0)/common.sh +./common.sh echo "============================================" echo "Generate custom config file"