[scripts] ImportExportTest.sh: shellcheck source=scripts/common.sh

This commit is contained in:
Alexander Arlt
2022-09-14 17:15:21 -05:00
parent 91e3b650f9
commit 0e9505ccb6
+1 -1
View File
@@ -38,7 +38,7 @@ SOLIDITY_BUILD_DIR=${SOLIDITY_BUILD_DIR:-${REPO_ROOT}/build}
SOLC=${SOLIDITY_BUILD_DIR}/solc/solc
SPLITSOURCES=${REPO_ROOT}/scripts/splitSources.py
# shellcheck disable=SC1090,SC1091
# shellcheck source=scripts/common.sh
source "${REPO_ROOT}/scripts/common.sh"
SYNTAXTESTS_DIR="${REPO_ROOT}/test/libsolidity/syntaxTests"