Skip to content
Snippets Groups Projects
Commit 29fd9b07 authored by Andreas Baumbach's avatar Andreas Baumbach Committed by Philipp Spilger
Browse files

fix SPACK_VERBOSE usage

Change-Id: If0bd17b1f4ae0a1ff0f145b887d6d710fb5adf47
parent 7695b528
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ if [ "${CONTAINER_BUILD_TYPE}" = "testing" ]; then ...@@ -31,6 +31,7 @@ if [ "${CONTAINER_BUILD_TYPE}" = "testing" ]; then
fi fi
fi fi
export SPACK_VERBOSE=
# source file for early validation # source file for early validation
SOURCE_DIR="$(dirname "$(readlink -m "${BASH_SOURCE[0]}")")" SOURCE_DIR="$(dirname "$(readlink -m "${BASH_SOURCE[0]}")")"
source "${SOURCE_DIR}/commons.sh" source "${SOURCE_DIR}/commons.sh"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment