Fix failed to find init_tools.sh (#1417)
This commit is contained in:
+2
-2
@@ -3,11 +3,11 @@
|
|||||||
set -e
|
set -e
|
||||||
#set -x
|
#set -x
|
||||||
|
|
||||||
source $(realpath $(dirname $BASH_SOURCE)/../test/init_tools.sh)
|
|
||||||
|
|
||||||
DIR=$(realpath $(dirname $0))/../
|
DIR=$(realpath $(dirname $0))/../
|
||||||
BUILDDIR=$(realpath $DIR)/build
|
BUILDDIR=$(realpath $DIR)/build
|
||||||
|
|
||||||
|
source $(realpath ${DIR}/test/init_tools.sh)
|
||||||
|
|
||||||
# Ensure we're on the master branch
|
# Ensure we're on the master branch
|
||||||
check_branch() {
|
check_branch() {
|
||||||
local version=$1
|
local version=$1
|
||||||
|
|||||||
Reference in New Issue
Block a user